add always-failing mock of api test
This commit is contained in:
13
tests/ApiTest.php
Normal file
13
tests/ApiTest.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/** @group integration */
|
||||
final class ApiTest extends TestCase {
|
||||
|
||||
function test_login() {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user