コード例 #1
0
ファイル: enumeratorTest.php プロジェクト: wilsonwp/servidor
 public function test_empty_2()
 {
     $arr = array(1, 2, 3);
     $ret = Enumerator::isEmpty($arr);
     $this->assertEquals(false, $ret);
 }