Source

						public function testSimpleFind() {
		$result = MockPost::find('all');
		$this->assertTrue($result['query'] instanceof Query);
	}