Beispiel #1
0
 public function testRowCount()
 {
     $this->assertEquals(4, Mock::rowCount());
     $this->assertEquals(1, Mock::rowCount(['where' => ['field' => 'id', 'comparision' => '=', 'value' => 1]]));
 }