connection = self::$container->get(Connection::class); } public function testRun(): void { $collator = new CollateAddressWithReferenceOrPostalCode( $this->connection, new NullLogger() ); $result = $collator(0); self::assertGreaterThan(0, $result); } }