コード例 #1
0
 /**
  * @depends	testInterface
  * @return	null
  */
 public function testGetInput()
 {
     $this->assertSame($this->input, $this->context->getInput());
 }