Example #1
0
 /**
  * @test
  */
 public function passingDataTypeToConstructorReallySetsTheDataType()
 {
     $argument = new Tx_Extbase_MVC_Controller_Argument('dummy', 'Number');
     $this->assertEquals('Number', $argument->getDataType(), 'The specified data type has not been set correctly.');
 }