beConstructedWith('enabled'); } function it_is_initializable(): void { $this->shouldHaveType(IsEnabledQueryBuilder::class); } function it_implements_query_builder_interface(): void { $this->shouldHaveType(QueryBuilderInterface::class); } function it_builds_query(): void { $this->buildQuery([])->shouldBeAnInstanceOf(Term::class); } }