Permalink
Browse files

Merge pull request #75 from phpbb/VSEphpbb-patch-1

Try fixing the link to Testing...again
  • Loading branch information...
2 parents 486d957 + 8d89354 commit 14981a6903f9a223f875c7eccd851b48ae935d9f @VSEphpbb VSEphpbb committed on GitHub Jun 14, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 development/development/phpstorm.rst
View
2 development/development/phpstorm.rst
@@ -98,7 +98,7 @@ PHPUnit Testing
While it's possible to run PHPUnit tests in PhpStorm directly from the Terminal window, PHPUnit testing is also built into PhpStorm as a Run/Debug action. The benefit of this, is testing can more easily be paused or aborted. Failed tests can be re-run without having to run the entire test suite. Best of all the failed test reporting has hyperlinks to the failing code points, making it much easier to jump to the problem tests and phpBB code and debug them.
-.. note:: This assumes you already have PHPUnit testing configured and working from the command line interface. Read the :doc:`../Testing` documentation for more information.
+.. note:: This assumes you already have PHPUnit testing configured and working from the command line interface. Read the :doc:`../testing/index` documentation for more information.
To set up PHPunit within PhpStorm, go to:

0 comments on commit 14981a6

Please sign in to comment.