Sindbad~EG File Manager

Current Path : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/PhpParser/
Upload File :
Current File : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/PhpParser/ModifiersTest.php

<?php declare(strict_types=1);

namespace PhpParser;

use InvalidArgumentException;
use PHPUnit\Framework\TestCase;

class ModifiersTest extends TestCase {
    public function testToString() {
        $this->assertSame('public', Modifiers::toString(Modifiers::PUBLIC));
    }

    public function testToStringInvalid() {
        $this->expectException(InvalidArgumentException::class);
        $this->expectExceptionMessage('Unknown modifier 3');
        Modifiers::toString(Modifiers::PUBLIC | Modifiers::PROTECTED);
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists