added internal rates (#1591)
This commit is contained in:
@@ -17,9 +17,13 @@ use App\Entity\User;
|
||||
*/
|
||||
class StatusControllerTest extends APIControllerBaseTest
|
||||
{
|
||||
public function testIsSecure()
|
||||
public function testIsSecurePing()
|
||||
{
|
||||
$this->assertUrlIsSecured('/api/ping');
|
||||
}
|
||||
|
||||
public function testIsSecureVersion()
|
||||
{
|
||||
$this->assertUrlIsSecured('/api/version');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user