Select Git revision
-
Reiter, Christoph authoredReiter, Christoph authored
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);
}
}