mirror of
https://github.com/danog/class-finder.git
synced 2024-11-29 20:18:59 +01:00
Fix the class name of FilesEntryTest.php
This commit is contained in:
parent
a813ebb444
commit
b5e76d3a20
@ -1,11 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace HaydenPierce\ClassFinder\UnitTest\Files;
|
||||
|
||||
use HaydenPierce\ClassFinder\Files\FilesEntry;
|
||||
use org\bovigo\vfs\vfsStream;
|
||||
use org\bovigo\vfs\vfsStreamDirectory;
|
||||
|
||||
class FilesTest extends \PHPUnit_Framework_TestCase
|
||||
class FilesEntryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
private $file;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user