mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 12:40:11 +02:00
remove Interface-Suffix
This commit is contained in:
@@ -9,13 +9,13 @@ use PHPUnit\Framework\TestCase;
|
||||
class VisitorTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @var Visitor\RoleVisitor
|
||||
* @var Visitor\RecordingVisitor
|
||||
*/
|
||||
private $visitor;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->visitor = new Visitor\RoleVisitor();
|
||||
$this->visitor = new Visitor\RecordingVisitor();
|
||||
}
|
||||
|
||||
public function provideRoles()
|
||||
|
Reference in New Issue
Block a user