Esempio n. 1
0
 /**
  * @depends	testInterface
  * @return	null
  */
 public function testGetValidator()
 {
     $validator = 'datatype-tinyint';
     $this->assertEquals($validator, $this->type->getValidatorName());
 }
Esempio n. 2
0
 /**
  * @depends	testInterface
  * @return	null
  */
 public function testGetValidator()
 {
     $validator = 'mysql-datatype-smallint';
     $this->assertEquals($validator, $this->type->getValidatorName());
 }
Esempio n. 3
0
 /**
  * @return	null
  */
 public function testGetValidatorName()
 {
     $this->assertEquals($this->validator, $this->type->getValidatorName());
 }