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 964d053 commit 132704eCopy full SHA for 132704e
tests/TestCase.php
@@ -289,14 +289,6 @@ protected function minifyString($string)
289
290
// Additional assertions
291
292
- public function assertIsString($actual, $message = '')
293
- {
294
- if (empty($message)) {
295
- $message = 'Got a ' . gettype($actual) . ' instead of a string';
296
- }
297
- $this->assertTrue(is_string($actual), $message);
298
299
-
300
public function assertIsInteger($actual, $message = '')
301
{
302
if (empty($message)) {
0 commit comments