Version 1
[yaffs-website] / web / core / tests / Drupal / Tests / Core / DependencyInjection / Fixture / BazClass.php
1 <?php
2
3 namespace Drupal\Tests\Core\DependencyInjection\Fixture;
4
5 /**
6  * Stub class which acts as a service dependency, to test the container.
7  *
8  * @see \Drupal\Tests\Core\DependencyInjection\ContainerBuilderTest
9  * @see \Drupal\Tests\Core\DependencyInjection\Fixture\BarClass
10  */
11 class BazClass {
12
13 }