Exemple #1
0
 /**
  * @dataProvider providerTestIsEmpty
  */
 public function testIsEmpty($expected, $column)
 {
     $condition = new Conditions\IsNotNull($column);
     $this->assertSame($expected, $condition->isEmpty());
 }