| Current Path : /var/www/html/dynaweb-starter/plugin/dynaweb-site/tests/ |
| Current File : /var/www/html/dynaweb-starter/plugin/dynaweb-site/tests/ArchTest.php |
<?php
it('will not use debugging functions')
->expect(['dd', 'dump', 'ray'])
->each->not->toBeUsed();