Remove a tab

This commit is contained in:
Sébastien Lucas 2013-12-05 10:49:57 +01:00
parent 980446d9c6
commit 40139bd18c

View file

@ -354,7 +354,7 @@ class PageTest extends PHPUnit_Framework_TestCase
$this->assertEquals ("D. Appleton and Company", $currentPage->entryArray [0]->title); $this->assertEquals ("D. Appleton and Company", $currentPage->entryArray [0]->title);
$this->assertFalse ($currentPage->ContainsBook ()); $this->assertFalse ($currentPage->ContainsBook ());
} }
public function testPagePublishersDetail () public function testPagePublishersDetail ()
{ {
$page = Base::PAGE_PUBLISHER_DETAIL; $page = Base::PAGE_PUBLISHER_DETAIL;