Update CS fixes

This commit is contained in:
adlawson 2015-07-21 15:38:16 +01:00
parent 421826a923
commit bede3179a2
2 changed files with 2 additions and 2 deletions

View File

@ -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()
{

View File

@ -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()
{