Tests: Move some utility classes to their own files.

Props Frank Klein.
Fixes #37523.


git-svn-id: https://develop.svn.wordpress.org/trunk@38285 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges
2016-08-19 15:44:37 +00:00
parent f3425a50ac
commit ba9eda1a9b
4 changed files with 37 additions and 31 deletions

View File

@@ -0,0 +1,3 @@
<?php
class Basic_Subclass extends Basic_Object {}