Update and rename bootstrap-config.php to bootstrap-config-sample.php
This commit is contained in:
parent
75fac961da
commit
cec067b9f5
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'tests_dir' => '~/wordpress/wodpress-tests-lib',
|
||||
];
|
||||
|
||||
|
||||
?>
|
|
@ -1,8 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'tests_dir' => '/home/travis/build/wordpress/wodpress-tests-lib',
|
||||
];
|
||||
|
||||
|
||||
?>
|
Loading…
Reference in New Issue