Passed
Push — master ( e1ded7...51c993 )
by Gabriel
03:12 queued 11s
created

bootstrap.php ➔ app()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
nc 1
nop 0
dl 0
loc 3
rs 10
c 0
b 0
f 0
1
<?php
2
3
require dirname(__DIR__) . '/vendor/autoload.php';
4
5
define('PROJECT_BASE_PATH', __DIR__ . '/..');
6
define('TEST_BASE_PATH', __DIR__);
7
define('TEST_FIXTURE_PATH', __DIR__ . DIRECTORY_SEPARATOR . 'fixtures');
8