コード例 #1
0
ファイル: test-collection.php プロジェクト: iCaspar/WPDC_Core
 public function test_empty_collection_is_empty()
 {
     $c = new Collection();
     $this->assertTrue($c->isEmpty());
 }