testStorage example


    public function testNoneSchemaChanges(): void
    {
        $container = $this->initBlogEntity();

        $ids = new IdsCollection();

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

        $this->testStorage($container);

        $this->testCreateFromXml();

        $this->testPersist();

        $this->testAutoPermissions();

        $this->testDefinition($container);

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

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