This commit is contained in:
Sébastien Lucas 2013-11-26 18:13:36 +01:00
commit 7a0cf43544

View file

@ -86,7 +86,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageAllCustom () public function testPageAllCustom ()
{ {
global $config;
$page = Base::PAGE_ALL_CUSTOMS; $page = Base::PAGE_ALL_CUSTOMS;
$query = NULL; $query = NULL;
$qid = NULL; $qid = NULL;
@ -127,7 +126,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageCustomDetail () public function testPageCustomDetail ()
{ {
global $config;
$page = Base::PAGE_CUSTOM_DETAIL; $page = Base::PAGE_CUSTOM_DETAIL;
$query = NULL; $query = NULL;
$qid = "1"; $qid = "1";
@ -198,7 +196,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageAuthorsFirstLetter () public function testPageAuthorsFirstLetter ()
{ {
global $config;
$page = Base::PAGE_AUTHORS_FIRST_LETTER; $page = Base::PAGE_AUTHORS_FIRST_LETTER;
$query = NULL; $query = NULL;
$qid = "C"; $qid = "C";
@ -295,7 +292,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageAllBooksByLetter () public function testPageAllBooksByLetter ()
{ {
global $config;
$page = Base::PAGE_ALL_BOOKS_LETTER; $page = Base::PAGE_ALL_BOOKS_LETTER;
$query = NULL; $query = NULL;
$qid = "C"; $qid = "C";
@ -329,7 +325,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageSeriesDetail () public function testPageSeriesDetail ()
{ {
global $config;
$page = Base::PAGE_SERIE_DETAIL; $page = Base::PAGE_SERIE_DETAIL;
$query = NULL; $query = NULL;
$qid = "1"; $qid = "1";
@ -345,7 +340,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageAllTags () public function testPageAllTags ()
{ {
global $config;
$page = Base::PAGE_ALL_TAGS; $page = Base::PAGE_ALL_TAGS;
$query = NULL; $query = NULL;
$qid = NULL; $qid = NULL;
@ -362,7 +356,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageTagDetail () public function testPageTagDetail ()
{ {
global $config;
$page = Base::PAGE_TAG_DETAIL; $page = Base::PAGE_TAG_DETAIL;
$query = NULL; $query = NULL;
$qid = "1"; $qid = "1";
@ -379,7 +372,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageAllLanguages () public function testPageAllLanguages ()
{ {
global $config;
$page = Base::PAGE_ALL_LANGUAGES; $page = Base::PAGE_ALL_LANGUAGES;
$query = NULL; $query = NULL;
$qid = NULL; $qid = NULL;
@ -396,7 +388,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageLanguageDetail () public function testPageLanguageDetail ()
{ {
global $config;
$page = Base::PAGE_LANGUAGE_DETAIL; $page = Base::PAGE_LANGUAGE_DETAIL;
$query = NULL; $query = NULL;
$qid = "1"; $qid = "1";
@ -413,7 +404,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageRecent () public function testPageRecent ()
{ {
global $config;
$page = Base::PAGE_ALL_RECENT_BOOKS; $page = Base::PAGE_ALL_RECENT_BOOKS;
$query = NULL; $query = NULL;
$qid = NULL; $qid = NULL;
@ -452,7 +442,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageBookDetail () public function testPageBookDetail ()
{ {
global $config;
$page = Base::PAGE_BOOK_DETAIL; $page = Base::PAGE_BOOK_DETAIL;
$query = NULL; $query = NULL;
$qid = "2"; $qid = "2";
@ -468,7 +457,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageSearch () public function testPageSearch ()
{ {
global $config;
$page = Base::PAGE_OPENSEARCH_QUERY; $page = Base::PAGE_OPENSEARCH_QUERY;
$query = "alice"; $query = "alice";
$qid = NULL; $qid = NULL;
@ -499,7 +487,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageSearchScopeAuthors () public function testPageSearchScopeAuthors ()
{ {
global $config;
$page = Base::PAGE_OPENSEARCH_QUERY; $page = Base::PAGE_OPENSEARCH_QUERY;
$qid = NULL; $qid = NULL;
$n = "1"; $n = "1";
@ -520,7 +507,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageSearchScopeSeries () public function testPageSearchScopeSeries ()
{ {
global $config;
$page = Base::PAGE_OPENSEARCH_QUERY; $page = Base::PAGE_OPENSEARCH_QUERY;
$qid = NULL; $qid = NULL;
$n = "1"; $n = "1";
@ -541,7 +527,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageSearchScopeBooks () public function testPageSearchScopeBooks ()
{ {
global $config;
$page = Base::PAGE_OPENSEARCH_QUERY; $page = Base::PAGE_OPENSEARCH_QUERY;
$qid = NULL; $qid = NULL;
$n = "1"; $n = "1";
@ -561,7 +546,6 @@ class PageTest extends PHPUnit_Framework_TestCase
public function testPageSearchScopeTags () public function testPageSearchScopeTags ()
{ {
global $config;
$page = Base::PAGE_OPENSEARCH_QUERY; $page = Base::PAGE_OPENSEARCH_QUERY;
$qid = NULL; $qid = NULL;
$n = "1"; $n = "1";