mirror of
https://github.com/adlawson/php-vfs.git
synced 2025-01-05 23:20:47 +00:00
Update CS fixes
This commit is contained in:
parent
421826a923
commit
bede3179a2
@ -4,7 +4,7 @@ namespace Vfs\Node\Factory;
|
||||
use Mockery;
|
||||
use Vfs\Test\UnitTestCase;
|
||||
|
||||
class FactoryTest extends UnitTestCase
|
||||
class NodeFactoryTest extends UnitTestCase
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
|
@ -4,7 +4,7 @@ namespace Vfs\Node\Walker;
|
||||
use Mockery;
|
||||
use Vfs\Test\UnitTestCase;
|
||||
|
||||
class WalkerTest extends UnitTestCase
|
||||
class NodeWalkerTest extends UnitTestCase
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user