Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
16 | class PaymentsAssetsTest extends AbstractTest |
||
17 | { |
||
18 | use MockeryPHPUnitIntegration; |
||
19 | |||
20 | public function basePath() |
||
21 | { |
||
22 | self::assertStringEndsWith('bytic' . DIRECTORY_SEPARATOR . 'payments', PaymentsAssets::basePath()); |
||
23 | } |
||
24 | |||
25 | public function test_adminPurchasesSessionsList_empty() |
||
34 | } |
||
35 | } |
||
36 |