Wordpress/tests/phpunit/data/themedir1/theme1/functions.php

8 lines
69 B
PHP

<?php
// Dummy theme.
echo __DIR__ . '/' . basename(__FILE__);
?>