Skip to content

Commit

Permalink
[#12379] - Added test stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 11, 2018
1 parent bc7953d commit 6496f48
Show file tree
Hide file tree
Showing 55 changed files with 2,035 additions and 0 deletions.
37 changes: 37 additions & 0 deletions tests/unit/Html/Tag/AppendTitleCest.php
@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);

/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalconphp.com>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace Phalcon\Test\Unit\Html\Tag;

use UnitTester;

/**
* Class AppendTitleCest
*
* @package Phalcon\Test\Unit\Html\Tag
*/
class AppendTitleCest
{
/**
* Tests Phalcon\Html\Tag :: appendTitle()
*
* @param UnitTester $I
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*/
public function htmlTagAppendTitle(UnitTester $I)
{
$I->wantToTest('Html\Tag - appendTitle()');
$I->skipTest('Need implementation');
}
}
37 changes: 37 additions & 0 deletions tests/unit/Html/Tag/CheckFieldCest.php
@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);

/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalconphp.com>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace Phalcon\Test\Unit\Html\Tag;

use UnitTester;

/**
* Class CheckFieldCest
*
* @package Phalcon\Test\Unit\Html\Tag
*/
class CheckFieldCest
{
/**
* Tests Phalcon\Html\Tag :: checkField()
*
* @param UnitTester $I
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*/
public function htmlTagCheckField(UnitTester $I)
{
$I->wantToTest('Html\Tag - checkField()');
$I->skipTest('Need implementation');
}
}
37 changes: 37 additions & 0 deletions tests/unit/Html/Tag/ClearCest.php
@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);

/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalconphp.com>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace Phalcon\Test\Unit\Html\Tag;

use UnitTester;

/**
* Class ClearCest
*
* @package Phalcon\Test\Unit\Html\Tag
*/
class ClearCest
{
/**
* Tests Phalcon\Html\Tag :: clear()
*
* @param UnitTester $I
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*/
public function htmlTagClear(UnitTester $I)
{
$I->wantToTest('Html\Tag - clear()');
$I->skipTest('Need implementation');
}
}
37 changes: 37 additions & 0 deletions tests/unit/Html/Tag/ColorFieldCest.php
@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);

/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalconphp.com>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace Phalcon\Test\Unit\Html\Tag;

use UnitTester;

/**
* Class ColorFieldCest
*
* @package Phalcon\Test\Unit\Html\Tag
*/
class ColorFieldCest
{
/**
* Tests Phalcon\Html\Tag :: colorField()
*
* @param UnitTester $I
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*/
public function htmlTagColorField(UnitTester $I)
{
$I->wantToTest('Html\Tag - colorField()');
$I->skipTest('Need implementation');
}
}
37 changes: 37 additions & 0 deletions tests/unit/Html/Tag/DateFieldCest.php
@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);

/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalconphp.com>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace Phalcon\Test\Unit\Html\Tag;

use UnitTester;

/**
* Class DateFieldCest
*
* @package Phalcon\Test\Unit\Html\Tag
*/
class DateFieldCest
{
/**
* Tests Phalcon\Html\Tag :: dateField()
*
* @param UnitTester $I
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*/
public function htmlTagDateField(UnitTester $I)
{
$I->wantToTest('Html\Tag - dateField()');
$I->skipTest('Need implementation');
}
}
37 changes: 37 additions & 0 deletions tests/unit/Html/Tag/DateTimeFieldCest.php
@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);

/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalconphp.com>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace Phalcon\Test\Unit\Html\Tag;

use UnitTester;

/**
* Class DateTimeFieldCest
*
* @package Phalcon\Test\Unit\Html\Tag
*/
class DateTimeFieldCest
{
/**
* Tests Phalcon\Html\Tag :: dateTimeField()
*
* @param UnitTester $I
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*/
public function htmlTagDateTimeField(UnitTester $I)
{
$I->wantToTest('Html\Tag - dateTimeField()');
$I->skipTest('Need implementation');
}
}
37 changes: 37 additions & 0 deletions tests/unit/Html/Tag/DateTimeLocalFieldCest.php
@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);

/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalconphp.com>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace Phalcon\Test\Unit\Html\Tag;

use UnitTester;

/**
* Class DateTimeLocalFieldCest
*
* @package Phalcon\Test\Unit\Html\Tag
*/
class DateTimeLocalFieldCest
{
/**
* Tests Phalcon\Html\Tag :: dateTimeLocalField()
*
* @param UnitTester $I
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*/
public function htmlTagDateTimeLocalField(UnitTester $I)
{
$I->wantToTest('Html\Tag - dateTimeLocalField()');
$I->skipTest('Need implementation');
}
}
37 changes: 37 additions & 0 deletions tests/unit/Html/Tag/DisplayToCest.php
@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);

/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalconphp.com>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace Phalcon\Test\Unit\Html\Tag;

use UnitTester;

/**
* Class DisplayToCest
*
* @package Phalcon\Test\Unit\Html\Tag
*/
class DisplayToCest
{
/**
* Tests Phalcon\Html\Tag :: displayTo()
*
* @param UnitTester $I
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*/
public function htmlTagDisplayTo(UnitTester $I)
{
$I->wantToTest('Html\Tag - displayTo()');
$I->skipTest('Need implementation');
}
}
37 changes: 37 additions & 0 deletions tests/unit/Html/Tag/EmailFieldCest.php
@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);

/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalconphp.com>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace Phalcon\Test\Unit\Html\Tag;

use UnitTester;

/**
* Class EmailFieldCest
*
* @package Phalcon\Test\Unit\Html\Tag
*/
class EmailFieldCest
{
/**
* Tests Phalcon\Html\Tag :: emailField()
*
* @param UnitTester $I
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*/
public function htmlTagEmailField(UnitTester $I)
{
$I->wantToTest('Html\Tag - emailField()');
$I->skipTest('Need implementation');
}
}
37 changes: 37 additions & 0 deletions tests/unit/Html/Tag/EndFormCest.php
@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);

/**
* This file is part of the Phalcon Framework.
*
* (c) Phalcon Team <team@phalconphp.com>
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace Phalcon\Test\Unit\Html\Tag;

use UnitTester;

/**
* Class EndFormCest
*
* @package Phalcon\Test\Unit\Html\Tag
*/
class EndFormCest
{
/**
* Tests Phalcon\Html\Tag :: endForm()
*
* @param UnitTester $I
*
* @author Phalcon Team <team@phalconphp.com>
* @since 2018-11-13
*/
public function htmlTagEndForm(UnitTester $I)
{
$I->wantToTest('Html\Tag - endForm()');
$I->skipTest('Need implementation');
}
}

0 comments on commit 6496f48

Please sign in to comment.