コード例 #1
0
ファイル: RecordTest.php プロジェクト: turuwo3/activerecord
 public function testRowCount()
 {
     $this->assertEquals(4, Mock::rowCount());
     $this->assertEquals(1, Mock::rowCount(['where' => ['field' => 'id', 'comparision' => '=', 'value' => 1]]));
 }