BootstrapTestCase.php 286 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php namespace yiiunit\extensions\bootstrap; use yiiunit\TestCase; /** * BootstrapTestCase is the base class for all bootstrap extension test cases */ abstract class BootstrapTestCase extends TestCase { public function setUp() { $this->mockWebApplication(); } }