@@ -481,7 +481,7 @@ public function testValidatingConditionalLoaderConfiguration(): void
481481
482482 public function testExtractor (): void
483483 {
484- $ service = new Service ();
484+ $ service = new Service (generatedNamespace: ' functional\Kiboko\Plugin\SQL ' );
485485
486486 $ this ->assertBuildsExtractorExtractsExactly (
487487 [
@@ -520,7 +520,7 @@ public function testExtractor(): void
520520
521521 public function testLookup (): void
522522 {
523- $ service = new Service ();
523+ $ service = new Service (generatedNamespace: ' functional\Kiboko\Plugin\SQL ' );
524524
525525 $ this ->assertBuildsTransformerTransformsExactly (
526526 [
@@ -587,7 +587,7 @@ public function testLookup(): void
587587
588588 public function testConditionalLookup (): void
589589 {
590- $ service = new Service ();
590+ $ service = new Service (generatedNamespace: ' functional\Kiboko\Plugin\SQL ' );
591591
592592 $ this ->assertBuildsTransformerTransformsExactly (
593593 [
@@ -653,7 +653,7 @@ public function testConditionalLookup(): void
653653
654654 public function testLoader (): void
655655 {
656- $ service = new Service ();
656+ $ service = new Service (generatedNamespace: ' functional\Kiboko\Plugin\SQL ' );
657657
658658 $ this ->assertBuildsLoaderLoadsExactly (
659659 [
@@ -724,7 +724,7 @@ public function testLoader(): void
724724
725725 public function testLoaderWithAfterQueries (): void
726726 {
727- $ service = new Service ();
727+ $ service = new Service (generatedNamespace: ' functional\Kiboko\Plugin\SQL ' );
728728
729729 $ this ->assertBuildsLoaderLoadsExactly (
730730 [
@@ -791,7 +791,7 @@ public function testLoaderWithAfterQueries(): void
791791
792792 public function testLoaderWithTypedParam (): void
793793 {
794- $ service = new Service ();
794+ $ service = new Service (generatedNamespace: ' functional\Kiboko\Plugin\SQL ' );
795795
796796 $ this ->assertBuildsLoaderLoadsExactly (
797797 [
@@ -859,7 +859,7 @@ public function testLoaderWithTypedParam(): void
859859
860860 public function testConditionalLoader (): void
861861 {
862- $ service = new Service ();
862+ $ service = new Service (generatedNamespace: ' functional\Kiboko\Plugin\SQL ' );
863863
864864 $ this ->assertBuildsLoaderLoadsExactly (
865865 [
@@ -955,7 +955,7 @@ public function testConditionalLoader(): void
955955
956956 public function testConditionalLoaderWithAfterQueries (): void
957957 {
958- $ service = new Service ();
958+ $ service = new Service (generatedNamespace: ' functional\Kiboko\Plugin\SQL ' );
959959
960960 $ this ->assertBuildsLoaderLoadsExactly (
961961 [
@@ -1049,7 +1049,7 @@ private function checkData(string $query): array
10491049
10501050 public function testExtractorConfigurationWithPersistentConnection (): void
10511051 {
1052- $ service = new Service ();
1052+ $ service = new Service (generatedNamespace: ' functional\Kiboko\Plugin\SQL ' );
10531053
10541054 $ this ->assertEquals (
10551055 [
0 commit comments