Merge remote-tracking branch 'origin/master' into 0.10.0
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
*
|
||||
* @covers ApiParameter
|
||||
*/
|
||||
class ApiParameterTest extends TestCase
|
||||
@@ -14,5 +15,4 @@ class ApiParameterTest extends TestCase
|
||||
$this->expectExceptionMessage('Requested parameter "key" could not be found for "Froxlor:getSetting"');
|
||||
Froxlor::getLocal($admin_userdata)->getSetting();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user