Make WordPress Core


Ignore:
Timestamp:
01/14/2019 04:54:01 AM (6 years ago)
Author:
pento
Message:

Tests: Add missing parent::setUp() calls to all test classes.

Props johnbillion, birgire.
Fixes #37375.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/pomo/po.php

    r43571 r44577  
    66class Tests_POMO_PO extends WP_UnitTestCase {
    77    function setUp() {
     8        parent::setUp();
    89        require_once ABSPATH . '/wp-includes/pomo/po.php';
    910        // not so random wordpress.pot string -- multiple lines
Note: See TracChangeset for help on using the changeset viewer.