コード例 #1
0
ファイル: IteratorCest.php プロジェクト: index0h/yii2-phar
 public function testAllFilesFound(CodeGuy $I)
 {
     $module = $I->createModuleForIterator();
     $actual = $I->getAllFilesFromIteratorByModule($module);
     $I->seeAllFilesFoundByIterator($actual);
 }