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

it_identifies_empty_methods_as_empty() public method

    function it_identifies_empty_methods_as_empty()
    {
        $this->methodIsEmpty('spec\\PhpSpec\\Util\\ExampleObject', 'emptyMethod')->shouldReturn(true);
        $this->methodIsEmpty('spec\\PhpSpec\\Util\\ExampleObject', 'emptyMethod2')->shouldReturn(true);
    }