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