Example #1
0
 public function testDefaultType()
 {
     $this->assertSame(NotEmpty::BOOLEAN | NotEmpty::FLOAT | NotEmpty::STRING | NotEmpty::EMPTY_ARRAY | NotEmpty::NULL | NotEmpty::SPACE | NotEmpty::OBJECT, $this->validator->getDefaultType());
 }