Skip to content

Commit 3067c6c

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 0e5bf31 commit 3067c6c

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
@@ -77,6 +77,12 @@
7777
__DIR__ . '/tests/system/Config/fixtures',
7878
__DIR__ . '/tests/system/Filters/fixtures',
7979
__DIR__ . '/tests/_support',
80+
81+
// Error: ] Could not process "tests/system/Entity/EntityLiveTest.php" file, due
82+
// to:
83+
// "Call to a member function getValue() on bool". On line: 172
84+
__DIR__ . '/tests/system/Entity/EntityLiveTest.php',
85+
8086
JsonThrowOnErrorRector::class,
8187
YieldDataProviderRector::class,
8288

0 commit comments

Comments
 (0)