From cec067b9f53f6f5235e3fed3ff8182c6770168a8 Mon Sep 17 00:00:00 2001 From: walisonjose Date: Mon, 4 Jun 2018 14:09:36 -0300 Subject: [PATCH] Update and rename bootstrap-config.php to bootstrap-config-sample.php --- tests/bootstrap-config-sample.php | 8 ++++++++ tests/bootstrap-config.php | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 tests/bootstrap-config-sample.php delete mode 100644 tests/bootstrap-config.php diff --git a/tests/bootstrap-config-sample.php b/tests/bootstrap-config-sample.php new file mode 100644 index 000000000..bc70a4594 --- /dev/null +++ b/tests/bootstrap-config-sample.php @@ -0,0 +1,8 @@ + '~/wordpress/wodpress-tests-lib', +]; + + + ?> diff --git a/tests/bootstrap-config.php b/tests/bootstrap-config.php deleted file mode 100644 index 23993b621..000000000 --- a/tests/bootstrap-config.php +++ /dev/null @@ -1,8 +0,0 @@ - '/home/travis/build/wordpress/wodpress-tests-lib', -]; - - - ?>