1 | <?php |
||
6 | class HelpersTest extends PHPUnit_Framework_TestCase |
||
7 | { |
||
8 | /** |
||
9 | * Test array. |
||
10 | * |
||
11 | * @var array |
||
12 | */ |
||
13 | protected $testArray; |
||
14 | |||
15 | protected function setUp() |
||
28 | |||
29 | public function testContainsReturnsFalseWhenStringNotFoundInArray() |
||
33 | |||
34 | public function testContainsReturnsTrueWhenStringIsFoundInArray() |
||
38 | } |
||
39 |