tainacan/tests/bootstrap-config-sample.php

8 lines
147 B
PHP

<?php
return [
'tests_dir' => '/tmp/wordpress-tests-lib',
'tests_url' => 'http://localhost/wordpress-test-folder/wordpress-test/'
];
?>