Update and rename bootstrap-config.php to bootstrap-config-sample.php

This commit is contained in:
walisonjose 2018-06-04 14:09:36 -03:00 committed by GitHub
parent 75fac961da
commit cec067b9f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -0,0 +1,8 @@
<?php
return [
'tests_dir' => '~/wordpress/wodpress-tests-lib',
];
?>

View File

@ -1,8 +0,0 @@
<?php
return [
'tests_dir' => '/home/travis/build/wordpress/wodpress-tests-lib',
];
?>