diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-09-29 20:50:38 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-09-29 20:50:38 +0000 |
commit | 20ec8b4958dc2d6a4a08f9b0dcae27c90f0155ef (patch) | |
tree | dfc7aa9aa48058fa2ae9cecb8f6042cb09657e86 /tests/AllTests.php | |
parent | 70c39a8eea7896271c0ad3f0c435ec06c64074d1 (diff) | |
download | semanticscuttle-20ec8b4958dc2d6a4a08f9b0dcae27c90f0155ef.tar.gz semanticscuttle-20ec8b4958dc2d6a4a08f9b0dcae27c90f0155ef.tar.bz2 |
test for api/posts/update
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@771 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/AllTests.php')
-rw-r--r-- | tests/AllTests.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/AllTests.php b/tests/AllTests.php index 61e1a57..799f43b 100644 --- a/tests/AllTests.php +++ b/tests/AllTests.php @@ -66,6 +66,7 @@ class AllTests extends PHPUnit_Framework_TestSuite $suite->addTestFile($tdir . '/UserTest.php'); $suite->addTestFile($tdir . '/Api/ExportCsvTest.php'); $suite->addTestFile($tdir . '/Api/PostsDeleteTest.php'); + $suite->addTestFile($tdir . '/Api/PostsUpdateTest.php'); return $suite; } |