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 namespace Illuminate\Tests\Integration\Database\Postgres; use Illuminate\Tests\Int..
Decoded Output download
<?php
namespace Illuminate\Tests\Integration\Database\Postgres;
use Illuminate\Tests\Integration\Database\DatabaseTestCase;
abstract class PostgresTestCase extends DatabaseTestCase
{
protected function defineDatabaseMigrations()
{
if ($this->driver !== 'pgsql') {
$this->markTestSkipped('Test requires a PostgreSQL connection.');
}
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Illuminate\Tests\Integration\Database\Postgres;
use Illuminate\Tests\Integration\Database\DatabaseTestCase;
abstract class PostgresTestCase extends DatabaseTestCase
{
protected function defineDatabaseMigrations()
{
if ($this->driver !== 'pgsql') {
$this->markTestSkipped('Test requires a PostgreSQL connection.');
}
}
}
Function Calls
None |
Stats
MD5 | f76c3b9839d111ad7573f91abf3d697a |
Eval Count | 0 |
Decode Time | 122 ms |