Skip to content

Commit

Permalink
improve install.sh copyright attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed Sep 6, 2018
1 parent bb5099e commit dc383cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/PhpTests/tests/php/bin/install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
# See https://github.com/wp-cli/wp-cli/blob/master/templates/install-wp-tests.sh
# Modified version of WP CLI install script
# https://github.com/wp-cli/wp-cli/blob/master/templates/install-wp-tests.sh
# Copyright (C) 2011-2018 WP-CLI Development Group (https://github.com/wp-cli/wp-cli/contributors)

# MySQL settings
if [ $# -lt 3 ]; then
Expand Down

0 comments on commit dc383cc

Please sign in to comment.