File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "laravel/framework " : " ^6.0 "
12+ "php " : " ^7.2 "
1313 },
1414 "require-dev" : {
15- "laravel/laravel " : " ^6.0 " ,
16- "phpunit/phpunit " : " ^7.5 "
15+ "phpunit/phpunit " : " ^8.3 " ,
16+ "orchestra/testbench " : " ^4.0 "
1717 },
1818 "autoload" : {
1919 "psr-4" : {
2525 "geekcom\\ ValidatorDocs\\ Tests\\ " : " tests"
2626 }
2727 }
28- }
28+ }
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <ruleset >
3+ <file >./</file >
4+ <exclude-pattern >./vendor/*</exclude-pattern >
5+ <rule ref =" PSR1" />
6+ </ruleset >
Original file line number Diff line number Diff line change 11<?php
22
3+ namespace geekcom \ValidatorDocs \Tests ;
4+
5+ use Orchestra \Testbench \TestCase ;
6+
37abstract class ValidatorTestCase extends TestCase
48{
5- public function setUp ()
9+ public function setUp (): void
610 {
711 parent ::setUp ();
812
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments