diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2011-02-14 18:02:07 +0100 | 
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2011-02-14 18:02:07 +0100 | 
| commit | 8365c4d11ac3d4cc6717877abd733c72da8cec9f (patch) | |
| tree | 3c1e119a97cd5cad993a4ad4081d36676e3bbb44 /tests | |
| parent | 1962e3d2bc30333d3dbe133c759fc650d6e8a5c7 (diff) | |
| download | semanticscuttle-8365c4d11ac3d4cc6717877abd733c72da8cec9f.tar.gz semanticscuttle-8365c4d11ac3d4cc6717877abd733c72da8cec9f.tar.bz2  | |
import state of version 0.97.1v0.97.1
Diffstat (limited to 'tests')
| -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 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;      }  | 
