v1.0 Initial commit of project
This commit is contained in:
14
vendor/myclabs/php-enum/tests/InheritedEnumFixture.php
vendored
Normal file
14
vendor/myclabs/php-enum/tests/InheritedEnumFixture.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace MyCLabs\Tests\Enum;
|
||||
|
||||
/**
|
||||
* Class InheritedEnumFixture.
|
||||
* @package MyCLabs\Tests\Enum
|
||||
*
|
||||
* @method static InheritedEnumFixture VALUE()
|
||||
*/
|
||||
class InheritedEnumFixture extends EnumFixture
|
||||
{
|
||||
const VALUE = 'value';
|
||||
}
|
||||
Reference in New Issue
Block a user