admin/vendor/mews/captcha/tests/Captcha/CaptchaTest.php

14 lines
193 B
PHP

<?php
namespace Mews\Tests\Captcha;
use PHPUnit\Framework\TestCase;
class CaptchaTest extends TestCase
{
public function testConstructor()
{
$this->assertTrue(true);
}
}