File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
/vendor
2
2
/composer.lock
3
3
/.idea
4
+ /.phpunit.result.cache
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class PaginatorTest extends TestCase
10
10
{
11
11
protected $ maxId = 19 ;
12
12
13
- protected function setUp ()
13
+ protected function setUp (): void
14
14
{
15
15
parent ::setUp ();
16
16
Original file line number Diff line number Diff line change 10
10
11
11
class TestCase extends BaseTestCase
12
12
{
13
- protected function setUp ()
13
+ protected function setUp (): void
14
14
{
15
15
$ app = new Application ();
16
16
@@ -41,7 +41,7 @@ protected function setUp()
41
41
});
42
42
}
43
43
44
- protected function tearDown ()
44
+ protected function tearDown (): void
45
45
{
46
46
Manager::schema ()->dropIfExists ('posts ' );
47
47
Manager::connection ()->disconnect ();
You can’t perform that action at this time.
0 commit comments