Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@..
Decoded Output download
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Bundle\FrameworkBundle\Tests\Functional;
use Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\Slugger\SlugConstructArgService;
/**
* @group functional
*/
class SluggerLocaleAwareTest extends AbstractWebTestCase
{
/**
* @requires extension intl
*/
public function testLocalizedSlugger()
{
$kernel = static::createKernel(['test_case' => 'Slugger', 'root_config' => 'config.yml']);
$kernel->boot();
$service = $kernel->getContainer()->get(SlugConstructArgService::class);
$this->assertSame('Stoinostta-tryabva-da-bude-luzha', $service->hello());
}
}
?>
Did this file decode correctly?
Original Code
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Bundle\FrameworkBundle\Tests\Functional;
use Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\Slugger\SlugConstructArgService;
/**
* @group functional
*/
class SluggerLocaleAwareTest extends AbstractWebTestCase
{
/**
* @requires extension intl
*/
public function testLocalizedSlugger()
{
$kernel = static::createKernel(['test_case' => 'Slugger', 'root_config' => 'config.yml']);
$kernel->boot();
$service = $kernel->getContainer()->get(SlugConstructArgService::class);
$this->assertSame('Stoinostta-tryabva-da-bude-luzha', $service->hello());
}
}
Function Calls
None |
Stats
MD5 | add99e2f3331f43b7d059ca7a0ae4516 |
Eval Count | 0 |
Decode Time | 93 ms |