Skip to content

Commit

Permalink
Revert "Remove intentionally failing test"
Browse files Browse the repository at this point in the history
This reverts commit 9b5572e.
  • Loading branch information
nylen committed May 5, 2017
1 parent a22492f commit 960f8e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit/class-registration-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
* 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
*
Expand Down

0 comments on commit 960f8e3

Please sign in to comment.