From 845c87011cc12ef2a92402fb4b84e54aad38e218 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 3 Apr 2024 10:48:00 -0600 Subject: [PATCH] remove the exception --- features/steps/given.php | 1 - 1 file changed, 1 deletion(-) 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;