testStoreApiAware example

$this->testPersist();

        $this->testAutoPermissions();

        $this->testDefinition($container);

        $this->testRepository($ids$container);

        $this->testEntityApi($ids);

        $this->testStoreApiAware($ids$container);

        $this->testEventSystem($ids$container);

        $this->testInheritance($ids$container);

        $this->testAllowDisable(false);

        $this->getContainer()->get(Connection::class)->rollBack();

        self::cleanUp($container);
    }

    
Home | Imprint | This part of the site doesn't use cookies.