File tree Expand file tree Collapse file tree 4 files changed +19
-31
lines changed
Expand file tree Collapse file tree 4 files changed +19
-31
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
4+ backupGlobals =" false"
5+ colors =" true"
6+ bootstrap =" vendor/autoload.php"
7+ failOnRisky =" true"
8+ failOnWarning =" true"
9+ >
10+ <php >
11+ <ini name =" error_reporting" value =" -1" />
12+ </php >
13+ <testsuites >
14+ <testsuite name =" Test Suite" >
15+ <directory >./tests</directory >
16+ </testsuite >
17+ </testsuites >
18+ </phpunit >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Runtime extends GenericRuntime
1717
1818 public function __construct (array $ options )
1919 {
20- $ this ->port = $ options ['port ' ];
20+ $ this ->port = $ options ['port ' ] ?? 8080 ;
2121 parent ::__construct ($ options );
2222 }
2323
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments