Better bootstrap template with as little text as possible.
This commit is contained in:
parent
bfa0ca3788
commit
90847eb85b
7 changed files with 33 additions and 22 deletions
|
@ -28,8 +28,10 @@ class PageMultiDatabaseTest extends PHPUnit_Framework_TestCase
|
|||
$this->assertCount (2, $currentPage->entryArray);
|
||||
$this->assertEquals ("Some books", $currentPage->entryArray [0]->title);
|
||||
$this->assertEquals ("15 books", $currentPage->entryArray [0]->content);
|
||||
$this->assertEquals (15, $currentPage->entryArray [0]->numberOfElement);
|
||||
$this->assertEquals ("One book", $currentPage->entryArray [1]->title);
|
||||
$this->assertEquals ("1 book", $currentPage->entryArray [1]->content);
|
||||
$this->assertEquals (1, $currentPage->entryArray [1]->numberOfElement);
|
||||
$this->assertFalse ($currentPage->ContainsBook ());
|
||||
}
|
||||
|
||||
|
@ -60,7 +62,7 @@ class PageMultiDatabaseTest extends PHPUnit_Framework_TestCase
|
|||
$this->assertEquals ("1 book", $currentPage->entryArray [1]->content);
|
||||
$this->assertFalse ($currentPage->ContainsBook ());
|
||||
}
|
||||
|
||||
|
||||
public function providerSearch ()
|
||||
{
|
||||
return array (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue