Files
Chamilo/vendor/symfony/config/Tests/Fixtures/BadFileName.php
2025-08-14 22:41:49 +02:00

10 lines
171 B
PHP

<?php
namespace Symfony\Component\Config\Tests\Fixtures;
class FileNameMismatchOnPurpose
{
}
throw new \RuntimeException('Mismatch between file name and class name.');