コード例 #1
0
ファイル: test.php プロジェクト: andychang88/jianzhanseo.com
 function testNot()
 {
     $source = File_Archive::readMemory('', 'A.txt');
     $source->next();
     $predicate = File_Archive::predNot(File_Archive::predTrue());
     $this->assertFalse($predicate->isTrue($source));
 }