示例#1
0
 public function testGetArguments()
 {
     $this->assertEquals(array('name' => 'foo'), $this->symfonyio->getArguments());
 }
示例#2
0
 public function testGetArguments()
 {
     $this->assertEmpty($this->nullio->getArguments());
 }