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