We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AbstractExtensibility
1 parent fd11043 commit e8faecfCopy full SHA for e8faecf
tests/base/AbstractExtensibility.php
@@ -10,26 +10,6 @@
10
11
abstract class AbstractExtensibility extends TestCase
12
{
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
33
public function testProtectedBeforeInsertNodeRemainsAccessibleToSubclasses(): void
34
35
$this->createDatabase();
0 commit comments