Skip to content

Commit

Permalink
tests; clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Heckmann committed Oct 7, 2013
1 parent 3ee5fec commit 9c34183
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/recurly/base_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<?php

class Recurly_BaseTest extends UnitTestCase {
// __parseXmlToNewObject($xml, $client)
// __parseXmlToUpdateObject($xml)

function setUp() {
$this->client = new MockRecurly_Client();
Expand All @@ -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);
}
}

0 comments on commit 9c34183

Please sign in to comment.