Functional\Tests\LastTest::testPassNonCallable PHP Method

testPassNonCallable() public method

public testPassNonCallable ( )
    public function testPassNonCallable()
    {
        $this->expectArgumentError('Argument 2 passed to Functional\\last() must be callable');
        last($this->list, 'undefinedFunction');
    }