From 9b5572e94e696d6bbb600e4568222ae3c8061178 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Fri, 5 May 2017 09:23:09 -0400 Subject: [PATCH] Remove intentionally failing test --- phpunit/class-registration-test.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/phpunit/class-registration-test.php b/phpunit/class-registration-test.php index 5c5207b62d11a..08b86e58fe394 100644 --- a/phpunit/class-registration-test.php +++ b/phpunit/class-registration-test.php @@ -9,10 +9,6 @@ * Test register_block */ class Registration_Test extends WP_UnitTestCase { - function test_intentional_failure() { - trigger_error( 'failing on purpose, PHP ' . phpversion() ); - } - /** * The block slug should be a string *