Skip to content

Commit e8faecf

Browse files
committed
refactor: Remove obsolete test for tree attribute condition in AbstractExtensibility.
1 parent fd11043 commit e8faecf

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

tests/base/AbstractExtensibility.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,6 @@
1010

1111
abstract class AbstractExtensibility extends TestCase
1212
{
13-
public function testProtectedApplyTreeAttributeConditionRemainsAccessibleToSubclasses(): void
14-
{
15-
$this->createDatabase();
16-
17-
$testNode = new ExtendableMultipleTree(
18-
[
19-
'name' => 'Extensibility Test Node',
20-
'tree' => 1,
21-
],
22-
);
23-
24-
$extendableBehavior = $testNode->getBehavior('nestedSetsBehavior');
25-
26-
self::assertInstanceOf(
27-
ExtendableNestedSetsBehavior::class,
28-
$extendableBehavior,
29-
"'ExtendableMultipleTree' should use 'ExtendableNestedSetsBehavior'.",
30-
);
31-
}
32-
3313
public function testProtectedBeforeInsertNodeRemainsAccessibleToSubclasses(): void
3414
{
3515
$this->createDatabase();

0 commit comments

Comments
 (0)