mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Whitespace
This commit is contained in:
parent
e8091fa740
commit
3aa17ee70f
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ class RoboFile extends \Robo\Tasks {
|
|||
* arguments to this task as one would to PHPUnit.
|
||||
*
|
||||
* Robo first tries to use pcov and will fall back first to xdebug then
|
||||
* phpdbg. Neither pcov nor xdebug need to be enabled to be used; they
|
||||
* phpdbg. Neither pcov nor xdebug need to be enabled to be used; they
|
||||
* only need to be present in the extension load path to be used.
|
||||
*/
|
||||
public function coverage(array $args): Result {
|
||||
|
|
|
@ -126,7 +126,7 @@ class TestException extends \JKingWeb\Arsse\Test\AbstractTest {
|
|||
$specials = [
|
||||
401 => "unauthorized",
|
||||
403 => "forbidden",
|
||||
404 => "invalidUrl",
|
||||
404 => "invalidUrl",
|
||||
408 => "timeout",
|
||||
410 => "invalidUrl",
|
||||
414 => "invalidUrl",
|
||||
|
|
Loading…
Reference in a new issue