File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- backupGlobals =" false"
4- colors =" true"
5- processIsolation =" false"
6- stopOnFailure =" false"
7- stopOnError =" false"
8- stopOnIncomplete =" false"
9- stopOnSkipped =" false"
10- bootstrap =" vendor/autoload.php"
113 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd"
4+ bootstrap =" vendor/autoload.php"
125 cacheDirectory =" .phpunit.cache"
13- backupStaticProperties =" false"
6+ colors =" true"
7+ beStrictAboutOutputDuringTests =" true"
8+ displayDetailsOnIncompleteTests =" true"
9+ displayDetailsOnSkippedTests =" true"
10+ displayDetailsOnTestsThatTriggerDeprecations =" true"
11+ displayDetailsOnTestsThatTriggerErrors =" true"
12+ displayDetailsOnTestsThatTriggerNotices =" true"
13+ displayDetailsOnTestsThatTriggerWarnings =" true"
1414>
1515 <coverage />
1616 <testsuites >
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ class RelationshipLinkTest extends TestCase
3131{
3232 use HelperTrait;
3333
34+ private Accessable $ relationship ;
35+
3436 /**
3537 * @setup
3638 */
You can’t perform that action at this time.
0 commit comments