diff options
| author | mlunzena <lunzenauer@elan-ev.de> | 2021-08-18 10:19:43 +0200 |
|---|---|---|
| committer | mlunzena <lunzenauer@elan-ev.de> | 2021-08-18 10:22:01 +0200 |
| commit | 607b1e07f0768227066e528a3792eaedaec941aa (patch) | |
| tree | 94dbaaccd2e39f7064b0248c74eff1292b12abd0 /tests/unit/lib/VisualTest.php | |
| parent | cf997f4c7d1fc0474fea242c6d4e9206a0bc3521 (diff) | |
update Codeception and phpunit, refs #81
Diffstat (limited to 'tests/unit/lib/VisualTest.php')
| -rw-r--r-- | tests/unit/lib/VisualTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/lib/VisualTest.php b/tests/unit/lib/VisualTest.php index 3d2f03a..f3157b1 100644 --- a/tests/unit/lib/VisualTest.php +++ b/tests/unit/lib/VisualTest.php @@ -17,7 +17,7 @@ require_once 'lib/classes/SmileyFormat.php'; class VisualFunctionsTest extends \Codeception\Test\Unit { - public function setUp() + public function setUp(): void { static $config = [ 'LOAD_EXTERNAL_MEDIA' => 'allow', @@ -30,7 +30,7 @@ class VisualFunctionsTest extends \Codeception\Test\Unit $GLOBALS['SYMBOL_SHORT'] = []; } - public function tearDown() + public function tearDown(): void { $GLOBALS['SMILEY_NO_DB'] = false; } |
