spec\PhpSpec\Util\MethodAnalyserSpec::it_finds_the_real_declaring_class_of_a_method PHP Method

it_finds_the_real_declaring_class_of_a_method() public method

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