Skip to content

Commit 40750ba

Browse files
committed
Travis CI
1 parent 4a8580e commit 40750ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/AttributesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
namespace Lib16\XML\Tests;
3+
require_once 'tests/bootstrap.php';
34

45
use Lib16\Utils\NumberFormatter;
56
use Lib16\Utils\Enums\CSS\ {

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22
require_once 'vendor/autoload.php';
3+
require_once 'vendor/lib16/utils/src/enums/css/Media.php';
34
require_once 'src/Adhoc.php';
45
require_once 'src/Attributes.php';
56
require_once 'src/ProcessingInstruction.php';

0 commit comments

Comments
 (0)