コード例 #1
0
ファイル: SelectTest.php プロジェクト: n0rthface/Runalyze
 public function testOptions()
 {
     $this->assertEquals(array('a' => 'one', 'b' => 'two', 'c' => 'three'), $this->object->options());
 }