Nelmio\Alice\Definition\MethodCall\NoMethodCallTest::testCannotCreateNewInstanceWithNewArguments PHP Méthode

testCannotCreateNewInstanceWithNewArguments() public méthode

    public function testCannotCreateNewInstanceWithNewArguments()
    {
        $call = new NoMethodCall();
        $call->withArguments();
    }