Changeset 38445
- Timestamp:
- 08/30/2016 02:32:04 PM (9 years ago)
- Location:
- trunk/tests/phpunit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/functions.php
r38398 r38445 1 1 <?php 2 3 require_once dirname( __FILE__ ) . '/class-basic-object.php'; 4 require_once dirname( __FILE__ ) . '/class-basic-subclass.php'; 2 5 3 6 /** -
trunk/tests/phpunit/tests/basic.php
r38285 r38445 1 1 <?php 2 3 require_once dirname( dirname( __FILE__ ) ) . '/includes/class-basic-object.php';4 require_once dirname( dirname( __FILE__ ) ) . '/includes/class-basic-subclass.php';5 2 6 3 /**
Note: See TracChangeset
for help on using the changeset viewer.