示例#1
0
 public function testGetArgument()
 {
     $this->assertEquals('foo', $this->symfonyio->getArgument('name'));
 }
示例#2
0
 public function testGetArgument()
 {
     $this->assertFalse($this->nullio->getArgument('foo'));
 }