add always-failing mock of api test
This commit is contained in:
parent
01c9869e2b
commit
0ac8710ea1
|
@ -0,0 +1,13 @@
|
||||||
|
<?php
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
|
/** @group integration */
|
||||||
|
final class ApiTest extends TestCase {
|
||||||
|
|
||||||
|
function test_login() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue