1 | <?php |
||
17 | class DispatchContextTest extends \PHPUnit_Framework_TestCase { |
||
18 | |||
19 | public function testCanConstruct() { |
||
26 | |||
27 | public function testRoundtrip() { |
||
53 | |||
54 | public function testNewFromArray() { |
||
67 | |||
68 | public function testChangePropagationState() { |
||
82 | |||
83 | public function testUnknownKeyThrowsException() { |
||
90 | |||
91 | } |
||
92 |