public function testSearchAllContentTypes() { $app = $this->getApp(); $app['request'] = Request::create('/'); $storage = new Storage($app); $results = $storage->searchAllContentTypes(['title' => 'lorem']); }