Functional\Tests\NoneTest::testPassNonCallable PHP Méthode

testPassNonCallable() public méthode

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