There was an error while loading. Please reload this page.
1 parent 8f12be9 commit 5b74b7cCopy full SHA for 5b74b7c
composer.json
@@ -16,6 +16,11 @@
16
"Overtrue\\LaravelUploader\\": "src"
17
}
18
},
19
+ "autoload-dev": {
20
+ "psr-4": {
21
+ "Tests\\": "tests"
22
+ }
23
+ },
24
"require-dev": {
25
"phpunit/phpunit": "^10.0",
26
"brainmaestro/composer-git-hooks": "dev-master",
tests/TestCase.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+namespace Tests;
4
+
5
class TestCase extends PHPUnit_Framework_TestCase
6
{
7
public function teardown()
tests/bootstrap.php
0 commit comments