This commit is contained in:
Sébastien Lucas 2013-12-09 09:16:37 +01:00
vanhempi d6d63e7ee3
commit 2a20fa688e
3 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa

Näytä tiedosto

@ -510,7 +510,7 @@ class PageTest extends PHPUnit_Framework_TestCase
// Match Lewis Caroll & Scarlet
$query = "car";
$config ['cops_ingored_search_scope'] = array ("author");
$config ['cops_ignored_search_scope'] = array ("author");
$currentPage = Page::getPage ($page, $qid, $query, $n);
$currentPage->InitializeContent ();
@ -519,7 +519,7 @@ class PageTest extends PHPUnit_Framework_TestCase
$this->assertEquals ("A Study in Scarlet", $currentPage->entryArray [0]->title);
$this->assertTrue ($currentPage->ContainsBook ());
$config ['cops_ingored_search_scope'] = array ();
$config ['cops_ignored_search_scope'] = array ();
$currentPage = Page::getPage ($page, $qid, $query, $n);
$currentPage->InitializeContent ();