File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Test bootstrap file.
4
+ *
5
+ * @package TheWebSolver\Codegarage\Test
6
+ */
7
+
8
+ require_once dirname ( __DIR__ ) . '/vendor/autoload.php ' ;
9
+ require_once __DIR__ . '/Stub/PsrStubs.php ' ;
10
+
11
+ define (
12
+ 'CODEGARAGE_PSR_PACKAGE_INSTALLED ' ,
13
+ interface_exists ( '\\Psr \\Http \\Server \\MiddlewareInterface ' )
14
+ );
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" colors =" true" verbose =" false" bootstrap =" ./vendor/autoload .php" failOnWarning =" false" convertErrorsToExceptions =" false" convertNoticesToExceptions =" false" convertWarningsToExceptions =" false" processIsolation =" false" stopOnError =" false" stopOnFailure =" false" stopOnIncomplete =" false" stopOnSkipped =" false" stopOnRisky =" false" backupGlobals =" false" forceCoversAnnotation =" false" beStrictAboutCoversAnnotation =" true" beStrictAboutOutputDuringTests =" true" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" colors =" true" verbose =" false" bootstrap =" ./Tests/Bootstrap .php" failOnWarning =" false" convertErrorsToExceptions =" false" convertNoticesToExceptions =" false" convertWarningsToExceptions =" false" processIsolation =" false" stopOnError =" false" stopOnFailure =" false" stopOnIncomplete =" false" stopOnSkipped =" false" stopOnRisky =" false" backupGlobals =" false" forceCoversAnnotation =" false" beStrictAboutCoversAnnotation =" true" beStrictAboutOutputDuringTests =" true" >
3
3
<coverage />
4
4
<testsuites >
5
5
<testsuite name =" Tests" >
You can’t perform that action at this time.
0 commit comments