diff --git tests/phpunit/includes/testcase.php tests/phpunit/includes/testcase.php
index 7325603..4b46b8d 100644
|
|
|
class WP_UnitTestCase extends PHPUnit_Framework_TestCase { |
| 134 | 134 | } |
| 135 | 135 | } |
| 136 | 136 | } |
| 137 | | |
| | 137 | |
| 138 | 138 | function flush_cache() { |
| 139 | 139 | global $wp_object_cache; |
| 140 | 140 | $wp_object_cache->group_ops = array(); |
| … |
… |
class WP_UnitTestCase extends PHPUnit_Framework_TestCase { |
| 456 | 456 | $files = $this->files_in_dir( $uploads['basedir'] ); |
| 457 | 457 | return $files; |
| 458 | 458 | } |
| 459 | | } |
| 460 | | No newline at end of file |
| | 459 | } |