Changeset 35244 for trunk/tests/phpunit/tests/basic.php
- Timestamp:
- 10/17/2015 07:24:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/basic.php
r35172 r35244 6 6 */ 7 7 class Tests_Basic extends WP_UnitTestCase { 8 var $val;9 10 function setUp() {11 parent::setUp();12 $this->val = true;13 }14 15 function tearDown() {16 $this->val = false;17 parent::tearDown();18 }19 20 function test_true() {21 $this->assertTrue($this->val);22 }23 8 24 9 function test_license() {
Note: See TracChangeset
for help on using the changeset viewer.