Fix comment. re #96
This commit is contained in:
parent
a4d9e28cdb
commit
cb00c0b3a3
|
@ -502,7 +502,7 @@ class PageTest extends PHPUnit_Framework_TestCase
|
||||||
$this->assertEquals ("Through the Looking Glass (And What Alice Found There)", $currentPage->entryArray [1]->title);
|
$this->assertEquals ("Through the Looking Glass (And What Alice Found There)", $currentPage->entryArray [1]->title);
|
||||||
$this->assertTrue ($currentPage->ContainsBook ());
|
$this->assertTrue ($currentPage->ContainsBook ());
|
||||||
|
|
||||||
// Only books returned
|
// Match Lewis Caroll & Scarlet
|
||||||
$query = "car";
|
$query = "car";
|
||||||
$currentPage = Page::getPage ($page, $qid, $query, $n);
|
$currentPage = Page::getPage ($page, $qid, $query, $n);
|
||||||
$currentPage->InitializeContent ();
|
$currentPage->InitializeContent ();
|
||||||
|
|
Loading…
Reference in a new issue