Ejemplo n.º 1
0
 /**
  * @test
  */
 public function itShouldSetIsNotNullValueCondition()
 {
     $column = 'user_id';
     $result = $this->where->isNotNull($column)->getNotNull();
     $this->assertInstanceOf($this->columnClass, $result[0]['subject']);
 }