1
0
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:
Benedikt Franke 2020-03-24 09:59:18 +01:00
parent a813ebb444
commit b5e76d3a20

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;