Skip to content

Commit

Permalink
Update #24, add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dusta committed Dec 17, 2018
1 parent 9e7c5ac commit 6352235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FileTests.php → tests/FileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
*
* @package Dframe\FileStorage\Tests
*/
class FileTests extends TestCase
class FileTest extends TestCase
{

public function setup()
public function setUp()
{
clearstatcache();
$fs = new Local(__DIR__ . '/');
Expand Down

0 comments on commit 6352235

Please sign in to comment.