Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb-starter/plugin/dynaweb-site/tests/
Upload File :
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();