issues/27: add PriceList repository unit tests and integration stub
backend-ci-cd / parse-tag (push) Has been cancelled
backend-ci-cd / test (push) Has been cancelled
backend-ci-cd / test-prod-skip (push) Has been cancelled
backend-ci-cd / build-and-push (push) Has been cancelled
backend-ci-cd / deploy-gitops (push) Has been cancelled
backend-ci-cd / parse-tag (push) Has been cancelled
backend-ci-cd / test (push) Has been cancelled
backend-ci-cd / test-prod-skip (push) Has been cancelled
backend-ci-cd / build-and-push (push) Has been cancelled
backend-ci-cd / deploy-gitops (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Integration\Repository;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
|
||||
/**
|
||||
* Integration tests for specialist filters (PostgreSQL in CI on *-test tags).
|
||||
*/
|
||||
final class SpecialistRepositoryTest extends KernelTestCase
|
||||
{
|
||||
public function testPlaceholderUntilMigrationsInCi(): void
|
||||
{
|
||||
self::markTestSkipped('Month 2: enable after doctrine migrations in Gitea runner PostgreSQL service.');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user