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 PowerComponents\LivewirePowerGrid\Tests\Concerns\Components\NestedRelationSearc..

Decoded Output download

<?php

use PowerComponents\LivewirePowerGrid\Tests\Concerns\Components\NestedRelationSearchTable;

use function PowerComponents\LivewirePowerGrid\Tests\Plugins\livewire;

it('searches data using nested relations', function (string $component, object $params) {
    livewire($component)
        ->call($params->theme)
        ->set('search', 'Not McDonalds')
        ->assertSee('Not McDonalds');
})->with('nested_search_themes');

dataset('nested_search_themes', [
    'tailwind'  => [NestedRelationSearchTable::class, (object) ['theme' => 'tailwind']],
    'bootstrap' => [NestedRelationSearchTable::class, (object) ['theme' => 'bootstrap']],
]);
 ?>

Did this file decode correctly?

Original Code

<?php

use PowerComponents\LivewirePowerGrid\Tests\Concerns\Components\NestedRelationSearchTable;

use function PowerComponents\LivewirePowerGrid\Tests\Plugins\livewire;

it('searches data using nested relations', function (string $component, object $params) {
    livewire($component)
        ->call($params->theme)
        ->set('search', 'Not McDonalds')
        ->assertSee('Not McDonalds');
})->with('nested_search_themes');

dataset('nested_search_themes', [
    'tailwind'  => [NestedRelationSearchTable::class, (object) ['theme' => 'tailwind']],
    'bootstrap' => [NestedRelationSearchTable::class, (object) ['theme' => 'bootstrap']],
]);

Function Calls

None

Variables

None

Stats

MD5 520497464f6d1133ce9264a9d9ac0e9c
Eval Count 0
Decode Time 82 ms