mirror of
https://github.com/danog/class-finder.git
synced 2024-11-29 20:18:59 +01:00
Merge branch 'fix-testclass-namespace' into 'master'
Fix the class name of FilesEntryTest.php Closes #12 See merge request hpierce1102/ClassFinder!18
This commit is contained in:
commit
fe7efc5058
@ -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