mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 07:04:53 +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;
|
use Phake;
|
||||||
|
|
||||||
|
|
||||||
/** @covers \JKingWeb\Arsse\Feed */
|
/**
|
||||||
|
* @covers \JKingWeb\Arsse\Feed
|
||||||
|
* @covers \JKingWeb\Arsse\Feed\Exception */
|
||||||
class TestFeed extends Test\AbstractTest {
|
class TestFeed extends Test\AbstractTest {
|
||||||
protected static $host = "http://localhost:8000/";
|
protected static $host = "http://localhost:8000/";
|
||||||
protected $base = "";
|
protected $base = "";
|
||||||
|
|
Loading…
Reference in a new issue