From ff6f1e345a593020a24935f022e99405df8c0386 Mon Sep 17 00:00:00 2001 From: Zack Katz Date: Wed, 2 Sep 2015 16:11:12 -0600 Subject: [PATCH] Alright! Should be ready to go. @blueliquiddesigns Can you confirm? --- readme.md | 2 +- tests/bin/index.php | 2 ++ tests/unit-tests/index.php | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 tests/bin/index.php create mode 100755 tests/unit-tests/index.php diff --git a/readme.md b/readme.md index 33128db96d..805067a034 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,7 @@ This will create a `gravityview.zip` file in the directory above the cloned Grav The plugin uses PHPUnit as part of development process. Installing the testing environment is best done using a flavor of Vagrant (try [Varying Vagrant Vagrants](https://github.com/Varying-Vagrant-Vagrants/VVV)). 1. From your terminal SSH into your Vagrant box using the `vagrant ssh` command -2. `cd` into the root of your Gravity View directory +2. `cd` into the root of your GravityView directory (VVV users can use `cd /srv/www/wordpress-default/wp-content/plugins/gravityview/`) 3. Run `bash tests/bin/install.sh gravityview_test root root localhost` where `root root` is substituted for your mysql username and password (VVV users can run the command as is). 4. Upon success you can run `phpunit` diff --git a/tests/bin/index.php b/tests/bin/index.php new file mode 100755 index 0000000000..62200328fd --- /dev/null +++ b/tests/bin/index.php @@ -0,0 +1,2 @@ +