Example #1
0
 public function testGetArguments()
 {
     $this->assertEquals(array('name' => 'foo'), $this->symfonyio->getArguments());
 }
Example #2
0
 public function testDebug()
 {
     $this->assertNull($this->nullio->debug("foobar", "tag"));
 }