Extends
lithium\test\UnitSource
public function testSimpleFindList() {
$result = MockComment::find('list');
$this->assertTrue(!empty($result));
$this->assertTrue(is_array($result));
}
public function testSimpleFindList() {
$result = MockComment::find('list');
$this->assertTrue(!empty($result));
$this->assertTrue(is_array($result));
}