diff options
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;      } | 
