File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 "illuminate/support" : " ~5|~6"
2121 },
2222 "require-dev" : {
23- "phpunit/phpunit" : " >=5.3 " ,
24- "mockery/mockery" : " >=0.9.4 "
23+ "phpunit/phpunit" : " ^8 " ,
24+ "mockery/mockery" : " ^1 "
2525 },
2626 "autoload" : {
2727 "psr-4" : {
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
1010 stopOnFailure =" false"
11- syntaxCheck =" false"
1211>
1312 <testsuites >
1413 <testsuite name =" Package Test Suite" >
Original file line number Diff line number Diff line change 11<?php
22
3- class FilterTest extends \PHPUnit_Framework_TestCase
3+ use PHPUnit \Framework \TestCase ;
4+
5+ class FilterTest extends TestCase
46{
57 protected $ maker ;
68
7- public function setUp ()
9+ public function setUp (): void
810 {
911 $ this ->maker = new PeterColes \Languages \Maker ;
1012 }
Original file line number Diff line number Diff line change 11<?php
22
3- class KeyValueTest extends \PHPUnit_Framework_TestCase
3+ use PHPUnit \Framework \TestCase ;
4+
5+ class KeyValueTest extends TestCase
46{
57 protected $ maker ;
68
7- public function setUp ()
9+ public function setUp (): void
810 {
911 $ this ->maker = new PeterColes \Languages \Maker ;
1012 }
Original file line number Diff line number Diff line change 11<?php
22
3- class LookupTest extends \PHPUnit_Framework_TestCase
3+ use PHPUnit \Framework \TestCase ;
4+
5+ class LookupTest extends TestCase
46{
57 protected $ maker ;
68
7- public function setUp ()
9+ public function setUp (): void
810 {
911 $ this ->maker = new PeterColes \Languages \Maker ;
1012 }
Original file line number Diff line number Diff line change 11<?php
22
3- class MixedLocaleTest extends \PHPUnit_Framework_TestCase
3+ use PHPUnit \Framework \TestCase ;
4+
5+ class MixedLocaleTest extends TestCase
46{
57 protected $ maker ;
68
7- public function setUp ()
9+ public function setUp (): void
810 {
911 $ this ->maker = new PeterColes \Languages \Maker ;
1012 }
You can’t perform that action at this time.
0 commit comments