Example #1
0
 public function testDefaultCommandOptionsIsNull()
 {
     // setup
     $obj = new DummyCommand();
     // do the test
     $options = $obj->getCommandOptions();
     // test the results
     $this->assertNull($options);
 }