-
Reiter, Christoph authored
We want this bundle to work with all kind of OIDC servers in the future. Fixes #2
Reiter, Christoph authoredWe want this bundle to work with all kind of OIDC servers in the future. Fixes #2
KernelTest.php 301 B
<?php
declare(strict_types=1);
namespace Dbp\Relay\AuthBundle\Tests;
use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\ApiTestCase;
class KernelTest extends ApiTestCase
{
public function testBasics()
{
$client = static::createClient();
$this->assertNotNull($client);
}
}