Skip to content

Commit 5b74b7c

Browse files
committed
Laravel 10
1 parent 8f12be9 commit 5b74b7c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"Overtrue\\LaravelUploader\\": "src"
1717
}
1818
},
19+
"autoload-dev": {
20+
"psr-4": {
21+
"Tests\\": "tests"
22+
}
23+
},
1924
"require-dev": {
2025
"phpunit/phpunit": "^10.0",
2126
"brainmaestro/composer-git-hooks": "dev-master",

tests/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace Tests;
4+
35
class TestCase extends PHPUnit_Framework_TestCase
46
{
57
public function teardown()

tests/bootstrap.php

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)