Skip to content

Commit f8d0321

Browse files
staabmsebastianbergmann
authored andcommitted
assert more initial values
1 parent 06f3743 commit f8d0321

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/Framework/ExecutionOrderDependencyTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,8 @@ public function testEmptyClassOrCallable(): void
118118
$empty = new ExecutionOrderDependency('');
119119
$this->assertFalse($empty->shallowClone());
120120
$this->assertFalse($empty->deepClone());
121+
$this->assertFalse($empty->targetIsClass());
122+
$this->assertSame('', $empty->getTargetClassName());
123+
121124
}
122125
}

0 commit comments

Comments
 (0)