The document discusses the concept of continuous testing using the Guard gem. It describes how Guard can be used to automatically run tests and linting tools on file changes. It provides examples of configuring Guard plugins to run PHPUnit, PHPCS, PHPMD, and custom shell commands on changes. It also discusses notifications for Guard using options like terminal titles, libnotify, and tmux.
Related topics: