Пример #1
0
 public function testConstructorRequiresAName()
 {
     $input = new Input('foo');
     $this->assertEquals('foo', $input->getName());
 }