Skip to content

Commit 30ff15c

Browse files
author
Sergey Kovalenko
committed
MAGETWO-57294: Porting L2 build optimizations to 2.0.x
1 parent cf9cfd8 commit 30ff15c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Workaround/Cleanup/StaticProperties.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ protected static function _isClassCleanable(\ReflectionClass $reflectionClass)
7777
{
7878
// do not process blacklisted classes from integration framework
7979
foreach (self::$_classesToSkip as $notCleanableClass) {
80-
if ($reflectionClass->getName() == $notCleanableClass || is_subclass_of(
80+
if ($reflectionClass->getName() == $notCleanableClass ||
81+
is_subclass_of(
8182
$reflectionClass->getName(),
8283
$notCleanableClass
8384
)

0 commit comments

Comments
 (0)