404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.218.119.140: ~ $
<?php

/*
 * This file is part of Psy Shell.
 *
 * (c) 2012-2023 Justin Hileman
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Psy\Test\Util;

use Psy\Util\Str;

class StrTest extends \Psy\Test\TestCase
{
    /**
     * @dataProvider unvisProvider
     */
    public function testUnvis($input, $expected)
    {
        $this->assertSame($expected, Str::unvis($input));
    }

    public function unvisProvider()
    {
        return \json_decode(\file_get_contents(__DIR__.'/../fixtures/unvis_fixtures.json'));
    }
}

Filemanager

Name Type Size Permission Actions
DocblockTest.php File 3.22 KB 0644
MirrorTest.php File 2.76 KB 0644
StrTest.php File 647 B 0644