8045afd81b
wp-tests-config.php can/should reside in the root of a develop checkout. `phpunit` should be run from the root. see #25088. git-svn-id: https://develop.svn.wordpress.org/trunk@25165 602fd350-edb4-49c9-b593-d223f7449a82
8 lines
74 B
PHP
8 lines
74 B
PHP
<?php
|
|
|
|
// dummy theme
|
|
|
|
echo dirname(__FILE__).'/'.basename(__FILE__);
|
|
|
|
?>
|