Files
faveo/vendor/phpspec/phpspec/spec/PhpSpec/Util/ExampleObjectUsingTrait.php
2015-05-01 13:13:01 +05:30

9 lines
114 B
PHP

<?php
namespace spec\PhpSpec\Util;
class ExampleObjectUsingTrait
{
use ExampleTrait, AnotherExampleTrait;
}