Exemplo n.º 1
0
 public function testShouldCheckIfFindFirstReturnsFalse()
 {
     $product = Product::findFirst(['conditions' => ['undefined_filed' => ['test' => 'test']]]);
     $this->assertFalse($product);
 }