Make WordPress Core

Changeset 40613


Ignore:
Timestamp:
05/10/2017 11:36:18 PM (8 years ago)
Author:
pento
Message:

Build/Test: Add an intentionally failing test.

To ensure that Travis is sending messages to Slack, a test needs to fail, so here's a failing test.

This failing test (and no other failing tests) will be reverted once Travis confirms that it isn't failing to message Slack about failing tests.

See #40712.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/basic.php

    r40241 r40613  
    176176        return $return;
    177177    }
     178
     179    /**
     180     * @ticket 40712
     181     */
     182    function test_failing_test_notifies_slack() {
     183        $this->assertTrue( false );
     184    }
    178185}
Note: See TracChangeset for help on using the changeset viewer.