| 1 | <?php |
||
| 9 | class TestingKernel implements KernelInterface |
||
|
|
|||
| 10 | { |
||
| 11 | /** @var \PHPUnit_Framework_Test */ |
||
| 12 | protected $test; |
||
| 13 | |||
| 14 | public function __construct(PHPUnit_Framework_Test $test) |
||
| 18 | |||
| 19 | public function boot(ContainerInterface $app) |
||
| 22 | |||
| 23 | public function execute(ContainerInterface $app) |
||
| 39 | |||
| 40 | public function result() |
||
| 44 | } |
||
| 45 |