diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2022-07-14 08:21:04 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-07-14 08:21:04 +0000 |
| commit | 24377df5463c10696077822a81a8fa20790a4749 (patch) | |
| tree | 98db3b55da25cf32d5ea3af46314077cc071e920 /tests/unit/lib/FunctionsTest.php | |
| parent | b7dcb67da285cd25122a59dd342ca78400450ff2 (diff) | |
fix errors in tests, fixes #1309
Closes #1309
Merge request studip/studip!805
Diffstat (limited to 'tests/unit/lib/FunctionsTest.php')
| -rw-r--r-- | tests/unit/lib/FunctionsTest.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/unit/lib/FunctionsTest.php b/tests/unit/lib/FunctionsTest.php index 61ad409..b7d2498 100644 --- a/tests/unit/lib/FunctionsTest.php +++ b/tests/unit/lib/FunctionsTest.php @@ -9,17 +9,6 @@ * the License, or (at your option) any later version. */ -class StringWrapper { - function __construct($string) - { - $this->string = $string; - } - function __toString() - { - return (string) $this->string; - } -} - class FunctionsTest extends \Codeception\Test\Unit { function testWords() |
