mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Tweak coverage of feed exceptions
This commit is contained in:
parent
da80a8ffa6
commit
b3c65bcdbd
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ use JKingWeb\Arsse\Misc\Date;
|
|||
use Phake;
|
||||
|
||||
|
||||
/** @covers \JKingWeb\Arsse\Feed */
|
||||
/**
|
||||
* @covers \JKingWeb\Arsse\Feed
|
||||
* @covers \JKingWeb\Arsse\Feed\Exception */
|
||||
class TestFeed extends Test\AbstractTest {
|
||||
protected static $host = "http://localhost:8000/";
|
||||
protected $base = "";
|
||||
|
|
Loading…
Reference in a new issue