Trailing whitespaces

Este commit está contenido en:
Sébastien Lucas 2014-03-10 13:43:55 +01:00
padre 5792c62068
commit 6d124c3a8c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -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;