fenom/tests/cases/Fenom/TagOptionTest.php

14 lines
113 B
PHP
Raw Normal View History

2014-05-06 00:45:37 +04:00
<?php
namespace Fenom;
2014-05-06 14:22:58 +04:00
class TagOptionTest extends TestCase
{
2014-05-06 00:45:37 +04:00
2014-05-06 14:22:58 +04:00
public function testTrim()
{
2014-05-06 00:45:37 +04:00
}
}