diff --git a/features/steps/given.php b/features/steps/given.php index d8b15ab..5e3de69 100644 --- a/features/steps/given.php +++ b/features/steps/given.php @@ -170,7 +170,6 @@ function($world) { // If there's no update available or the current version is the latest, throw an exception to skip the test. if (empty($latestVersion) || $currentVersion === $latestVersion) { $world->isLatestWPVersion = true; - throw new Exception("The current WordPress version is the latest. Test skipped."); } $world->isLatestWPVersion = false;