Make WordPress Core

Changeset 951 in tests for trunk/tests/media.php


Ignore:
Timestamp:
08/05/2012 11:24:35 PM (14 years ago)
Author:
kurtpayne
Message:

Make sure to call parent::setUp() and parent::tearDown() in test classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/media.php

    r936 r951  
    88
    99  function setUp() {
     10    parent::setUp();
    1011    $this->caption = 'A simple caption.';
    1112    $this->html_content = <<<CAP
Note: See TracChangeset for help on using the changeset viewer.