File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 88 - hhvm
99
1010before_script :
11- - travis_retry composer self-update
12- - travis_retry composer install --no-interaction --prefer-source --dev
11+ - travis_retry composer install --no-interaction --prefer-source
1312
1413script :
15- - vendor/bin/phpunit --verbose
16-
17- matrix :
18- allow_failures :
19- - php : hhvm
20- fast_finish : true
14+ - vendor/bin/phpunit
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
32<phpunit backupGlobals =" false"
43 backupStaticAttributes =" false"
4+ bootstrap =" tests/bootstrap.php"
55 colors =" true"
66 convertErrorsToExceptions =" true"
77 convertNoticesToExceptions =" true"
88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
1010 stopOnFailure =" false"
1111 syntaxCheck =" false"
12- bootstrap = " tests/bootstrap.php "
12+ verbose = " true "
1313>
1414 <testsuites >
1515 <testsuite name =" DebugBar Test Suite" >
Original file line number Diff line number Diff line change 11<?php
22
33error_reporting (E_ALL | E_STRICT );
4+ date_default_timezone_set ('Europe/London ' );
45
56$ loader = require (dirname (__DIR__ ) . '/vendor/autoload.php ' );
67$ loader ->add ('DebugBar\Tests ' , __DIR__ );
You can’t perform that action at this time.
0 commit comments