Skip to content

Commit 6dbc594

Browse files
author
Tom Van Herreweghe
committed
Added @Covers annotation for the NoAdapterException
Signed-off-by: Tom Van Herreweghe <[email protected]>
1 parent cc6fbb7 commit 6dbc594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPExif/Reader/ReaderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function testGetAdapterFromProperty()
5353
/**
5454
* @group reader
5555
* @covers \PHPExif\Reader\Reader::getAdapter
56+
* @covers \PHPExif\Adapter\NoAdapterException
5657
* @expectedException \PHPExif\Adapter\NoAdapterException
5758
*/
5859
public function testGetAdapterThrowsExceptionWhenNoAdapterIsSet()

0 commit comments

Comments
 (0)