Trailing whitespaces

This commit is contained in:
Sébastien Lucas 2014-03-10 13:43:55 +01:00
parent 5792c62068
commit 6d124c3a8c

View file

@ -50,7 +50,7 @@ class PageTest extends PHPUnit_Framework_TestCase
$query = NULL;
$qid = NULL;
$n = "1";
$config ['cops_ignored_categories'] = array ("author", "series", "tag", "publisher", "language");
$currentPage = Page::getPage ($page, $qid, $query, $n);
@ -66,7 +66,7 @@ class PageTest extends PHPUnit_Framework_TestCase
$this->assertFalse ($currentPage->ContainsBook ());
}
public function testPageIndexWithCustomColumn ()
{
global $config;