コード例 #1
0
ファイル: OptionsTest.php プロジェクト: honeybee/trellis
 public function testConstruct()
 {
     $p = new Options();
     $this->assertEquals(0, count($p->toArray()));
     $this->assertEquals(0, $p->count());
     $this->assertEmpty($p->getKeys());
 }