Fix warnings.
This commit is contained in:
parent
263da19735
commit
659cbd4120
3 changed files with 1 additions and 7 deletions
|
@ -101,6 +101,7 @@ class BookTest extends PHPUnit_Framework_TestCase
|
|||
{
|
||||
// All books by first letter
|
||||
list ($entryArray, $totalNumber) = Book::getBooksByStartingLetter ("T", -1);
|
||||
$this->assertEquals (-1, $totalNumber);
|
||||
$this->assertCount (3, $entryArray);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue