Functional\Tests\FlattenTest::testPassNoCollection PHP Méthode

testPassNoCollection() public méthode

    public function testPassNoCollection()
    {
        $this->expectArgumentError('Functional\\flatten() expects parameter 1 to be array or instance of Traversable');
        flatten('invalidCollection');
    }