コード例 #1
0
ファイル: ArgsTest.php プロジェクト: spotframework/spot
 public function testCreate_from_string_line()
 {
     $this->assertEquals($args[0], Args::createFromString("command"));
 }