| Current Path : /var/www/html/helpdesk/vendor/phpunit/phpunit/tests/_files/ |
| Current File : /var/www/html/helpdesk/vendor/phpunit/phpunit/tests/_files/ParseTestMethodAnnotationsMock.php |
<?php
/**
* @theClassAnnotation
*/
class ParseTestMethodAnnotationsMock
{
use ParseTestMethodAnnotationsTrait;
}
/**
* @theTraitAnnotation
*/
trait ParseTestMethodAnnotationsTrait
{
}