spec\PhpSpec\Wrapper\Subject\Expectation\DispatcherDecoratorSpec::it_implements_the_interface_of_the_decorated PHP Метод

it_implements_the_interface_of_the_decorated() публичный Метод

    function it_implements_the_interface_of_the_decorated()
    {
        $this->shouldImplement('PhpSpec\\Wrapper\\Subject\\Expectation\\Expectation');
    }