Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0effb4c

Browse files
fix(identify): Make setUp compatible with PHPUnit Testcase in IdentifyTest
1 parent 0a86df9 commit 0effb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/IdentifyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class IdentifyTest extends TestCase
1515
*/
1616
protected $identify;
1717

18-
protected function setUp()
18+
protected function setUp() : void
1919
{
2020
parent::setUp();
2121
$this->identify = new Identify();

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /