From 9c341831d1819169d7af2833f9216438f19af2da Mon Sep 17 00:00:00 2001 From: Aaron Heckmann Date: Mon, 7 Oct 2013 15:14:20 -0700 Subject: [PATCH] tests; clean up --- test/recurly/base_test.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/test/recurly/base_test.php b/test/recurly/base_test.php index c07aa2af..d5ddcc93 100644 --- a/test/recurly/base_test.php +++ b/test/recurly/base_test.php @@ -2,8 +2,6 @@ client = new MockRecurly_Client(); @@ -20,15 +18,4 @@ public function testParsingXMLToNewObject() { $this->assertEqual($account, null); } - - public function testParsingXMLToUpdateObject() { - //try { - //$out = Recurly_Resource::__parseXmlToUpdateObject(''); - //} - //catch (Exception $e) { - //$this->fail("Could not parse empty XML string"); - //} - - //$this->assertEqual($out, null); - } }