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

it_finds_the_real_declaring_class_of_a_method() 공개 메소드

    function it_finds_the_real_declaring_class_of_a_method()
    {
        $this->getMethodOwnerName('spec\\PhpSpec\\Util\\ExampleObjectUsingTrait', 'emptyMethodInTrait')->shouldReturn('spec\\PhpSpec\\Util\\ExampleTrait');
    }