Total Complexity | 2 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class LoaderBehaviorTest extends AbstractTestCase |
||
18 | { |
||
19 | /** @var Component */ |
||
20 | protected $owner; |
||
21 | |||
22 | /** @var LoaderBehavior */ |
||
23 | protected $behavior; |
||
24 | |||
25 | public function setUp() |
||
38 | |||
39 | /** |
||
40 | * @expectedException \yii\web\NotFoundHttpException |
||
41 | * @expectedExceptionMessage Resource id was not specified. |
||
42 | */ |
||
43 | public function testNotFound() |
||
47 | |||
48 | } |
||
49 |