Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
remove un used test class
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Oct 9, 2017
1 parent dc0dc0c commit e539413
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/apiTest.php
Expand Up @@ -21,14 +21,4 @@ public function testIsThereAnySyntaxError()
$this->assertTrue(is_object($var));
unset($var);
}

/**
* check if return is true and no errors in syntax
*/
public function testMethod1()
{
$var = new wa7eedem\smsGate\api;
$this->assertTrue($var->getBalance("STag") == '#FFEBEE');
unset($var);
}
}

0 comments on commit e539413

Please sign in to comment.