Simplify a little some array queries
This commit is contained in:
parent
a6b52887ff
commit
24e0a14b89
2 changed files with 9 additions and 15 deletions
|
@ -290,7 +290,7 @@ class BookTest extends PHPUnit_Framework_TestCase
|
|||
$data = $book->getDataFormat ("PDF");
|
||||
$this->assertEquals (19, $data->id);
|
||||
|
||||
$this->assertNull ($book->getDataFormat ("FB2"));
|
||||
$this->assertFalse ($book->getDataFormat ("FB2"));
|
||||
}
|
||||
|
||||
public function testGetMimeType () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue