Trailing whitespaces
This commit is contained in:
parent
5792c62068
commit
6d124c3a8c
|
@ -50,7 +50,7 @@ class PageTest extends PHPUnit_Framework_TestCase
|
||||||
$query = NULL;
|
$query = NULL;
|
||||||
$qid = NULL;
|
$qid = NULL;
|
||||||
$n = "1";
|
$n = "1";
|
||||||
|
|
||||||
$config ['cops_ignored_categories'] = array ("author", "series", "tag", "publisher", "language");
|
$config ['cops_ignored_categories'] = array ("author", "series", "tag", "publisher", "language");
|
||||||
|
|
||||||
$currentPage = Page::getPage ($page, $qid, $query, $n);
|
$currentPage = Page::getPage ($page, $qid, $query, $n);
|
||||||
|
@ -66,7 +66,7 @@ class PageTest extends PHPUnit_Framework_TestCase
|
||||||
$this->assertFalse ($currentPage->ContainsBook ());
|
$this->assertFalse ($currentPage->ContainsBook ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function testPageIndexWithCustomColumn ()
|
public function testPageIndexWithCustomColumn ()
|
||||||
{
|
{
|
||||||
global $config;
|
global $config;
|
||||||
|
|
Loading…
Reference in a new issue