1
0
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:
Hayden Pierce 2020-03-29 13:44:04 +00:00
commit fe7efc5058

View File

@ -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;