7 lines
70 B
PHP
7 lines
70 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'tests_dir' => '/tmp/wordpress-tests-lib'
|
||
|
];
|
||
|
|
||
|
?>
|