From 8365c4d11ac3d4cc6717877abd733c72da8cec9f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 14 Feb 2011 18:02:07 +0100 Subject: import state of version 0.97.1 --- tests/AllTests.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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; } -- cgit v1.2.3