mageekguy\atoum\iterators\recursives\directory\factory::acceptAllExtensions PHP Метод

acceptAllExtensions() публичный Метод

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

Usage Example

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