Skip to content

Commit

Permalink
Remove Tina4 annotated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevanzuydam committed Jul 21, 2021
1 parent d53d296 commit 2701fdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions Tina4/Initialize.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ function _doctype(...$elements): HTMLElement
* HTML TAG comment
* @param $elements
* @return HTMLElement
* @tests tina4
* assert ("hello") == '<!--hello-->', "Comment test"
*/
function _comment(...$elements): HTMLElement
{
Expand All @@ -39,9 +37,6 @@ function _comment(...$elements): HTMLElement
* HTML TAG _a
* @param $elements
* @return HTMLElement
* @tests tina4
* assert ("home")."" == "<a>home</a>", "Anchor Test"
* assert (["href" => "#"],"home")."" == '<a href="#">home</a>', "Anchor Test Href"
*/
function _a(...$elements): HTMLElement
{
Expand All @@ -52,8 +47,6 @@ function _a(...$elements): HTMLElement
* HTML TAG _abbr
* @param $elements
* @return HTMLElement
* @tests tina4
* assert ("test")."" === "<abbr>test</abbr>","Abbr tag is not working"
*/
function _abbr(...$elements): HTMLElement
{
Expand Down
10 changes: 0 additions & 10 deletions tests/junit.xml

This file was deleted.

0 comments on commit 2701fdc

Please sign in to comment.