mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
chore: fixes test:unit
This commit is contained in:
@ -6,6 +6,4 @@ namespace Tests\Fixtures\Arch\ToUseTrait\HasInheritedTrait;
|
||||
|
||||
use Tests\Fixtures\Arch\ToUseTrait\HasTrait\ParentClassWithTrait;
|
||||
|
||||
class ChildClassExtendingParent extends ParentClassWithTrait
|
||||
{
|
||||
}
|
||||
class ChildClassExtendingParent extends ParentClassWithTrait {}
|
||||
|
||||
@ -10,4 +10,4 @@ trait NestedTrait
|
||||
{
|
||||
return 'nested';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -7,4 +7,4 @@ namespace Tests\Fixtures\Arch\ToUseTrait\HasTrait;
|
||||
class ParentClassWithTrait
|
||||
{
|
||||
use TestTraitForInheritance;
|
||||
}
|
||||
}
|
||||
|
||||
@ -14,4 +14,4 @@ trait TestTraitForInheritance
|
||||
{
|
||||
return 'test';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user