admin/app/common/services/mews/captcha/tests/Captcha/CaptchaTest.php

14 lines
193 B
PHP

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