Ejemplo n.º 1
0
 public function testIsValidNull2()
 {
     $object = new String('test', TRUE, 4);
     $this->assertTrue($object->isValid(NULL));
 }
Ejemplo n.º 2
0
 public function testIsValidNull1()
 {
     $this->assertFalse($this->object->isValid(NULL));
 }