File "TestCase.php"

Full Path: /home/digidjwy/public_html/wp-content/plugins/mycryptocheckout/vendor/plainview/sdk/form2/tests/TestCase.php
File size: 441 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace plainview\sdk_mcc\form2\tests;

/**
	@brief		TestCase for Form2 testing.

	@details

	@par		Changelog

	- 20130718	Initial version.

	@since		20130718
	@version	20130718
**/
class TestCase extends \plainview\sdk_mcc\tests\TestCase
{
	/**
		@brief		Create a form.
		@return		\plainview\sdk_mcc\form2\form	Newly-created form.
		@since		20130718
	**/
	public function form()
	{
		return new \plainview\sdk_mcc\form2\form;
	}
}