get( $name ); $this->addToAssertionCount( 1 ); } public function provideService() { $wiring = require __DIR__ . '/../../includes/ServiceWiring.php'; foreach ( $wiring as $name => $_ ) { yield $name => [ $name ]; } } }