Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 8d884fd

Browse files
committed
Removed assertIsIterable because there was no such assertion in PHPUnit 5
1 parent 299e3ae commit 8d884fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/TestCase.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ public static function assertIsCallable($actual, $message = '')
132132
\Codeception\PHPUnit\TestCase::assertInternalType('callable', $actual, $message);
133133
}
134134

135-
public static function assertIsIterable($actual, $message = '')
136-
{
137-
\Codeception\PHPUnit\TestCase::assertInternalType('iterable', $actual, $message);
138-
}
139-
140135
public static function assertIsNotArray($actual, $message = '')
141136
{
142137
\Codeception\PHPUnit\TestCase::assertNotInternalType('array', $actual, $message);

0 commit comments

Comments
 (0)