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