コード例 #1
0
ファイル: test-collection.php プロジェクト: iCaspar/WPDC_Core
 public function test_caching_iterator()
 {
     $c = new Collection(array('foo'));
     $this->assertInstanceOf('CachingIterator', $c->getCachingIterator());
 }