1 | <?php |
||
25 | class GetValueTest extends \PHPUnit_Framework_TestCase |
||
26 | { |
||
27 | /** |
||
28 | */ |
||
29 | public function testReturnsValueFromKey() |
||
38 | |||
39 | /** |
||
40 | * @depends Axstrad\Common\Tests\Util\ArrayUtil\DecompilePathTest::testCanParseDotNotation |
||
41 | */ |
||
42 | public function testReturnsValueByPath() |
||
50 | |||
51 | /** |
||
52 | */ |
||
53 | public function testReturnsNullWhenKeyDoesntExist() |
||
59 | |||
60 | /** |
||
61 | */ |
||
62 | public function testReturnsDefaultValueWhenKeyDoesntExist() |
||
68 | } |
||
69 |