Skip to content

Commit

Permalink
Removed assertIsIterable because there was no such assertion in PHPUn…
Browse files Browse the repository at this point in the history
…it 6
  • Loading branch information
Naktibalda committed Feb 28, 2019
1 parent d0da25a commit 4552f10
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ public static function assertIsCallable($actual, $message = '')
\Codeception\PHPUnit\TestCase::assertInternalType('callable', $actual, $message);
}

public static function assertIsIterable($actual, $message = '')
{
\Codeception\PHPUnit\TestCase::assertInternalType('iterable', $actual, $message);
}

public static function assertIsNotArray($actual, $message = '')
{
\Codeception\PHPUnit\TestCase::assertNotInternalType('array', $actual, $message);
Expand Down

0 comments on commit 4552f10

Please sign in to comment.