We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 3 |
| Total Lines | 55 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class HelperTest extends FunctionalTestCase |
||
| 9 | { |
||
| 10 | public function setUp(): void |
||
| 11 | { |
||
| 12 | parent::setUp(); |
||
| 13 | |||
| 14 | $this->importDataSet(__DIR__ . '/../../Fixtures/Common/libraries.xml'); |
||
| 15 | $this->importDataSet(__DIR__ . '/../../Fixtures/Common/metadata.xml'); |
||
| 16 | } |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @test |
||
| 20 | */ |
||
| 21 | public function canGetIndexNameFromUid() |
||
| 63 | ); |
||
| 64 | } |
||
| 67 |