summaryrefslogtreecommitdiff
path: root/tests/ApiTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ApiTest.php')
-rw-r--r--tests/ApiTest.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/ApiTest.php b/tests/ApiTest.php
deleted file mode 100644
index cee4f8313..000000000
--- a/tests/ApiTest.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-use PHPUnit\Framework\TestCase;
-
-/** @group integration */
-final class ApiTest extends TestCase {
-
- function test_login() {
-
-
-
- }
-
-}