6 lines
111 B
PHP
6 lines
111 B
PHP
<?php
|
|
|
|
it('will not use debugging functions')
|
|
->expect(['dd', 'dump', 'ray'])
|
|
->each->not->toBeUsed();
|