| 1 | <?php |
||
| 14 | class JobleadsHelperTest extends PHPUnit_Framework_TestCase |
||
| 15 | { |
||
| 16 | const EXPECTED_RETURN = 'foo'; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var JobleadsHelper |
||
| 20 | */ |
||
| 21 | private $jobleadsHelper; |
||
| 22 | |||
| 23 | public function setUp() |
||
| 27 | |||
| 28 | public function testInvoke() |
||
| 32 | |||
| 33 | public function testReturningCompatibleZFHelper() |
||
| 43 | |||
| 44 | public function testCompatibilityWithZF2View() |
||
| 53 | } |
||
| 54 |