Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from chris783/master
Browse files Browse the repository at this point in the history
Added one more funciton to TestCase
  • Loading branch information
percymamedy committed Feb 5, 2016
2 parents 4879de1 + 0f66504 commit b124a4b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ class TestCase extends PHPUnit_Framework_TestCase
*/
public function testTextTranslate()
{
$stack = array();
$this->assertEquals(0, count($stack));
}

/**
* Testing for bulk translate
*/
public function testBulkTranslate()
{

}
}

0 comments on commit b124a4b

Please sign in to comment.