We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996ba1b commit 07e67c0Copy full SHA for 07e67c0
composer.json
@@ -27,6 +27,6 @@
27
"ext-mbstring": "May require the mbstring PHP extension"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "7.*|8.*|9.*"
+ "phpunit/phpunit": "8.*"
31
}
32
tests/Text_LanguageDetectTest.php
@@ -14,13 +14,13 @@
14
15
class Text_LanguageDetectTest extends \PHPUnit\Framework\TestCase {
16
17
- function setUp()
+ function setUp(): void
18
{
19
$this->x = new Text_LanguageDetect();
20
$this->xproxy = new PrivProxy($this->x);
21
22
23
- function tearDown ()
+ function tearDown(): void
24
25
unset($this->x);
26
0 commit comments