From: Robert Sesek Date: Fri, 1 May 2009 21:00:37 +0000 (-0400) Subject: Fix an issue with the ApiTest for renaming BSApi::remove() to ::delete() X-Git-Tag: 3.3.0~2 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=559aff3e53d6f2d3eac74b8a48dc23b1e740b0fd;p=isso.git Fix an issue with the ApiTest for renaming BSApi::remove() to ::delete() * UnitTest/ApiTest.php: (ApiTest::testRemove) --- diff --git a/UnitTest/ApiTest.php b/UnitTest/ApiTest.php index 7b07375..dd940c7 100644 --- a/UnitTest/ApiTest.php +++ b/UnitTest/ApiTest.php @@ -241,7 +241,7 @@ class ApiTest extends PHPUnit_Framework_TestCase try { - $this->fixture->remove(); + $this->fixture->delete(); } catch (Exception $e) {