acceptAllExtensions() 공개 메소드

public acceptAllExtensions ( )
예제 #1
0
파일: factory.php 프로젝트: xihewang/atoum
 public function testAcceptAllExtensions()
 {
     $this->if($iterator = new testedClass())->then->object($iterator->acceptAllExtensions())->isIdenticalTo($iterator)->array($iterator->getAcceptedExtensions())->isEmpty();
 }