Fix an issue with the ApiTest for renaming BSApi::remove() to ::delete()
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 1 May 2009 21:00:37 +0000 (17:00 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 1 May 2009 21:01:11 +0000 (17:01 -0400)
* UnitTest/ApiTest.php:
(ApiTest::testRemove)

UnitTest/ApiTest.php

index 7b0737505430ebc37c2db7ea6db4e00cfe60d3cc..dd940c79eefccd2ff2bba462cf8f5d70d6afdc30 100644 (file)
@@ -241,7 +241,7 @@ class ApiTest extends PHPUnit_Framework_TestCase
                
                try
                {
-                       $this->fixture->remove();
+                       $this->fixture->delete();
                }
                catch (Exception $e)
                {