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 use PHPUnit\Framework\TestCase; class CoveragePublicTest extends TestCase { /**..
Decoded Output download
<?php
use PHPUnit\Framework\TestCase;
class CoveragePublicTest extends TestCase
{
/**
* @covers CoveredClass::<public>
*/
public function testSomething()
{
$o = new CoveredClass;
$o->publicMethod();
}
}
?>
Did this file decode correctly?
Original Code
<?php
use PHPUnit\Framework\TestCase;
class CoveragePublicTest extends TestCase
{
/**
* @covers CoveredClass::<public>
*/
public function testSomething()
{
$o = new CoveredClass;
$o->publicMethod();
}
}
Function Calls
None |
Stats
MD5 | 6c8b713353b4886626534ffedcf2071d |
Eval Count | 0 |
Decode Time | 79 ms |