Source

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