Skip to content

Commit 404e749

Browse files
committed
chore: add EntityLiveTest.php to skip()
[ERROR] Could not process "tests/system/Entity/EntityLiveTest.php" file, due to: "assert(count($exprType) === 1)". On line: 170
1 parent 7af821f commit 404e749

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rector.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
__DIR__ . '/tests/system/Config/fixtures',
7979
__DIR__ . '/tests/system/Filters/fixtures',
8080
__DIR__ . '/tests/_support',
81+
82+
// Error: ] Could not process "tests/system/Entity/EntityLiveTest.php" file, due
83+
// to:
84+
// "Call to a member function getValue() on bool". On line: 172
85+
__DIR__ . '/tests/system/Entity/EntityLiveTest.php',
86+
8187
JsonThrowOnErrorRector::class,
8288
YieldDataProviderRector::class,
8389

0 commit comments

Comments
 (0)