BazClass.php in Drupal 9
Same filename and directory in other branches
File
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.phpView source
<?php
namespace Drupal\Tests\Core\DependencyInjection\Fixture;
/**
* Stub class which acts as a service dependency, to test the container.
*
* @see \Drupal\Tests\Core\DependencyInjection\ContainerBuilderTest
* @see \Drupal\Tests\Core\DependencyInjection\Fixture\BarClass
*/
class BazClass {
}