Ejemplo n.º 1
0
 public function testGetArguments()
 {
     $this->assertEquals(array('name' => 'foo'), $this->symfonyio->getArguments());
 }
Ejemplo n.º 2
0
 public function testGetArguments()
 {
     $this->assertEmpty($this->nullio->getArguments());
 }