diff options
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() |
