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 /** * Copyright Magento, Inc. All rights reserved. * See COPYING.txt for license ..
Decoded Output download
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Backend\Test\Unit\Controller\Adminhtml\Dashboard;
use Magento\Backend\Block\Dashboard\Tab\Customers\Newest;
use Magento\Backend\Controller\Adminhtml\Dashboard\CustomersNewest;
/**
* Test for \Magento\Backend\Controller\Adminhtml\Dashboard\CustomersNewest
*/
class CustomersNewestTest extends AbstractTestCase
{
public function testExecute()
{
$this->assertExecute(
CustomersNewest::class,
Newest::class
);
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Backend\Test\Unit\Controller\Adminhtml\Dashboard;
use Magento\Backend\Block\Dashboard\Tab\Customers\Newest;
use Magento\Backend\Controller\Adminhtml\Dashboard\CustomersNewest;
/**
* Test for \Magento\Backend\Controller\Adminhtml\Dashboard\CustomersNewest
*/
class CustomersNewestTest extends AbstractTestCase
{
public function testExecute()
{
$this->assertExecute(
CustomersNewest::class,
Newest::class
);
}
}
Function Calls
| None |
Stats
| MD5 | d0fc2aac27d39b85c2a1441f1fa14df6 |
| Eval Count | 0 |
| Decode Time | 115 ms |