bind the link with the view deal button show the total redirection count reflect the total redirect count immediately add arch test so that dump statements are not left out
6 lines
166 B
PHP
6 lines
166 B
PHP
<?php
|
|
|
|
arch('does not use debug functions')
|
|
->expect(['ds', 'dsd', 'dsq', 'dd', 'ddd', 'dump', 'ray', 'die', 'var_dump', 'sleep', 'exit'])
|
|
->not->toBeUsed();
|