Example #1
0
 /**
  * @dataProvider invalidNotNullProvider
  */
 public function test_that_is_not_null_returns_false_for_invalid_value($value)
 {
     $this->assertFalse(Validate::isNotNull($value));
 }