mageekguy\atoum\iterators\recursives\directory\factory::acceptAllExtensions PHP Method

acceptAllExtensions() public method

public acceptAllExtensions ( )
    public function acceptAllExtensions()
    {
        return $this->acceptExtensions(array());
    }

Usage Example

Beispiel #1
0
 public function testAcceptAllExtensions()
 {
     $this->if($iterator = new testedClass())->then->object($iterator->acceptAllExtensions())->isIdenticalTo($iterator)->array($iterator->getAcceptedExtensions())->isEmpty();
 }