Functional\Tests\InvokerTest::testPassNoString PHP Method

testPassNoString() public method

public testPassNoString ( )
    public function testPassNoString()
    {
        $this->expectArgumentError('Functional\\invoker() expects parameter 1 to be string');
        invoker([]);
    }