/** * @covers DB_ORM_SQLMapper::__call * @todo Implement test__call(). */ public function test__call() { var_dump($this->object->any('any')); die; }