| 1 | <?php |
||
| 4 | class HelperTest extends \PHPUnit_Framework_TestCase |
||
| 5 | { |
||
| 6 | const EXPRESSION = "Let me test this expression"; |
||
| 7 | const EXPRESSION_PLURAL = "Let me test this plural expression"; |
||
| 8 | |||
| 9 | public function testDoubleUnderscore_Exits() |
||
| 13 | |||
| 14 | public function testDoubleUnderscore() |
||
| 18 | |||
| 19 | public function testUnderscoreE_Exits() |
||
| 23 | |||
| 24 | public function testUnderscroreE() |
||
| 29 | |||
| 30 | public function testUnderscoreN_Exits() |
||
| 34 | |||
| 35 | public function testUnderscroreN_Singular() |
||
| 42 | |||
| 43 | public function testUnderscroreN_Plural() |
||
| 50 | |||
| 51 | } |