aboutsummaryrefslogtreecommitdiff
path: root/tests/AllTests.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-09-29 20:52:01 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-09-29 20:52:01 +0000
commit2f3b23f96a5f595c9d0ef02abf5037f41e907390 (patch)
tree3d03ff4a0c3ad062f3669233e6002c3ed669d8a4 /tests/AllTests.php
parent20ec8b4958dc2d6a4a08f9b0dcae27c90f0155ef (diff)
downloadsemanticscuttle-2f3b23f96a5f595c9d0ef02abf5037f41e907390.tar.gz
semanticscuttle-2f3b23f96a5f595c9d0ef02abf5037f41e907390.tar.bz2
first tests for api/posts/add
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f
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 799f43b..ded6824 100644
--- a/tests/AllTests.php
+++ b/tests/AllTests.php
@@ -65,6 +65,7 @@ class AllTests extends PHPUnit_Framework_TestSuite
$suite->addTestFile($tdir . '/VoteTest.php');
$suite->addTestFile($tdir . '/UserTest.php');
$suite->addTestFile($tdir . '/Api/ExportCsvTest.php');
+ $suite->addTestFile($tdir . '/Api/PostsAddTest.php');
$suite->addTestFile($tdir . '/Api/PostsDeleteTest.php');
$suite->addTestFile($tdir . '/Api/PostsUpdateTest.php');
return $suite;