getAppEntity example


    }

    /** * @return array<string, array{array<mixed>, array<mixed>, AppEntity, array<string, string>}> */
    public static function persisterDataProvider(): iterable
    {
        yield 'Test no new snippets, no deletions' => [
            [],
            [],
            self::getAppEntity(),
            [],
        ];

        yield 'Test new snippets, no deletion' => [
            [
                [],
                [
                    [
                        'id' => 'snippetId',
                        'value' => \json_encode(['my' => 'snippets'], \JSON_THROW_ON_ERROR),
                        'appId' => 'appId',
                        
Home | Imprint | This part of the site doesn't use cookies.