How to install
composer require aedart/athenaeum-testing --dev
Caution
Please note that due to the Orchestra Testbench dependency, the entire Laravel Framework is included. This is not a mistake. It is how Orchestra is able to provide testing mechanisms for building Laravel specific components and packages.
If you are new to this, please make sure to read Orchestra's documentation. Also, ensure this package is required as a development dependency (e.g. via the --dev
option).