Guest User

Untitled

a guest
Jun 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. 2. Prepare the phpunit script:
  2. a. Rename the phpunit.php script to phpunit.
  3. b. Replace the @php_bin@ string in it with the path to your PHP command-line interpreter (usu-
  4. ally /usr/bin/php).
  5. c. Copy it to a directory that is in your path and make it executable (chmod +x phpunit).
  6. 3. Prepare the PHPUnit/Util/Fileloader.php script:
  7. a. Replace the @php_bin@ string in it with the path to your PHP command-line interpreter (usu-
  8. ally /usr/bin/php).
Add Comment
Please, Sign In to add comment