File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
"ext-mbstring" : " May require the mbstring PHP extension"
28
28
},
29
29
"require-dev" : {
30
- "phpunit/phpunit" : " *"
30
+ "phpunit/phpunit" : " 7.*|8.*|9. *"
31
31
}
32
32
}
Original file line number Diff line number Diff line change 12
12
require_once 'Text/LanguageDetect.php ' ;
13
13
require_once __DIR__ . '/PrivProxy.php ' ;
14
14
15
- class Text_LanguageDetectTest extends PHPUnit_Framework_TestCase {
15
+ class Text_LanguageDetectTest extends \ PHPUnit \ Framework \TestCase {
16
16
17
- function setup ()
17
+ function setUp ()
18
18
{
19
19
$ this ->x = new Text_LanguageDetect ();
20
20
$ this ->xproxy = new PrivProxy ($ this ->x );
Original file line number Diff line number Diff line change 5
5
6
6
require_once 'Text/LanguageDetect/ISO639.php ' ;
7
7
8
- class Text_LanguageDetect_ISO639Test extends PHPUnit_Framework_TestCase
8
+ class Text_LanguageDetect_ISO639Test extends PHPUnit \ Framework \TestCase
9
9
{
10
10
public function testNameToCode2 ()
11
11
{
You can’t perform that action at this time.
0 commit comments