Ejemplo n.º 1
0
 /**
  * @test
  * @author Robert Lemke <*****@*****.**>
  */
 public function passingDataTypeToConstructorReallySetsTheDataType()
 {
     $this->assertEquals('string', $this->simpleValueArgument->getDataType(), 'The specified data type has not been set correctly.');
     $this->assertEquals('someName', $this->simpleValueArgument->getName(), 'The specified name has not been set correctly.');
 }