jeyroik/extas-snuffbox-repositories

There is no license information available for the latest version (0.4.0) of this package.

Extas snuffbox

0.4.0 2020-08-24 14:18 UTC

This package is auto-updated.

Last update: 2024-10-24 23:41:35 UTC


README

Repositories snuffbox for Extas.

All methods include simple snuff repos inside already.

using

class Test
{
    use \extas\components\repositories\TSnuffRepositoryDynamic;

    protected function setUp(): void
    {
        $this->createSnuffDynamicRepositories([
            ['repository_name', 'primary key', 'extas\\item\\Class']
        ]);
    }

    protected function tearDown(): void
    {
        $this->deleteSnuffDynamicRepositories();
    }
}