summaryrefslogtreecommitdiff
path: root/tests/AllTests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AllTests.php')
-rw-r--r--tests/AllTests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/AllTests.php b/tests/AllTests.php
index d29de7f..1266041 100644
--- a/tests/AllTests.php
+++ b/tests/AllTests.php
@@ -64,6 +64,7 @@ class AllTests extends PHPUnit_Framework_TestSuite
$suite->addTestFile($tdir . '/TagTest.php');
$suite->addTestFile($tdir . '/VoteTest.php');
$suite->addTestFile($tdir . '/UserTest.php');
+ $suite->addTestFile($tdir . '/Api/PostsDeleteTest.php');
return $suite;
}