| 1 | <?php |
||
| 23 | class SkeletonProviderInterfaceTest extends AbstractTestCase { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Tests the __construct() method. |
||
| 27 | * |
||
| 28 | * @return void |
||
| 29 | */ |
||
| 30 | public function test__construct(): void { |
||
| 31 | |||
| 32 | $this->assertEquals("/Resources/skeleton", SkeletonProviderInterface::SKELETON_RELATIVE_DIRECTORY); |
||
| 33 | } |
||
| 34 | } |
||
| 35 |