After [33925], rename the unit test class to `Tests_Comment_Meta_Cache` to avoid collisions on the PHP 5.2 superhighway.

See #16894.


git-svn-id: https://develop.svn.wordpress.org/trunk@33926 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-09-05 22:29:59 +00:00
parent 542ac152fc
commit 2d68434dff
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
class Tests_Meta_Cache extends WP_UnitTestCase {
class Tests_Comment_Meta_Cache extends WP_UnitTestCase {
protected $i = 0;
protected $queries = 0;