コード例 #1
0
ファイル: MapTest.php プロジェクト: axelmdev/ecommerce
 public function testIsEmpty()
 {
     $this->assertFalse($this->map->isEmpty());
     $this->map->clear();
     $this->assertTrue($this->map->isEmpty());
 }