Skip to content

Commit

Permalink
chore: add EntityLiveTest.php to skip()
Browse files Browse the repository at this point in the history
 [ERROR] Could not process "tests/system/Entity/EntityLiveTest.php" file, due to:
         "assert(count($exprType) === 1)". On line: 170
  • Loading branch information
kenjis committed Oct 3, 2023
1 parent 7af821f commit 404e749
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
__DIR__ . '/tests/system/Config/fixtures',
__DIR__ . '/tests/system/Filters/fixtures',
__DIR__ . '/tests/_support',

// Error: ] Could not process "tests/system/Entity/EntityLiveTest.php" file, due
// to:
// "Call to a member function getValue() on bool". On line: 172
__DIR__ . '/tests/system/Entity/EntityLiveTest.php',

JsonThrowOnErrorRector::class,
YieldDataProviderRector::class,

Expand Down

0 comments on commit 404e749

Please sign in to comment.