acceptAllExtensions() public method

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();
 }