| 1 | <?php |
||
| 24 | class IsAssociativeTest extends \PHPUnit_Framework_TestCase |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | */ |
||
| 28 | public function testReturnsTrueForAssociateArray() |
||
| 38 | |||
| 39 | /** |
||
| 40 | */ |
||
| 41 | public function testReturnsTrueForArrayWithNumericAndKeyIndexes() |
||
| 51 | |||
| 52 | /** |
||
| 53 | */ |
||
| 54 | public function testReturnsFalseForNumericallyIndexedArray() |
||
| 64 | } |
||
| 65 |