spec\PhpSpec\Util\MethodAnalyserSpec::it_identifies_methods_from_traits PHP 메소드

it_identifies_methods_from_traits() 공개 메소드

    function it_identifies_methods_from_traits()
    {
        $this->methodIsEmpty('spec\\PhpSpec\\Util\\ExampleObjectUsingTrait', 'emptyMethodInTrait')->shouldReturn(true);
        $this->methodIsEmpty('spec\\PhpSpec\\Util\\ExampleObjectUsingTrait', 'nonEmptyMethodInTrait')->shouldReturn(false);
    }