Psecio\Parse\FileIteratorTest::testInvalidIgnorePath PHP Method

testInvalidIgnorePath() public method

    public function testInvalidIgnorePath()
    {
        $this->assertArrayHasKey(__FILE__, iterator_to_array(new FileIterator([__FILE__], ['this/really/does/not/exist'])), 'Adding a non existing path to the ignore list should not affect anything');
    }