Tests are now compliant with php-cs-fixer (CamelCase for method, phpdoc valid)
This commit is contained in:
@@ -1,19 +1,22 @@
|
||||
<?php
|
||||
|
||||
/** DomFramework - Tests
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
/**
|
||||
* DomFramework - Tests
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
namespace Domframework\Tests;
|
||||
|
||||
use Domframework\Markdown;
|
||||
|
||||
/** Test the Markdown.php file */
|
||||
/**
|
||||
* Test the Markdown.php file
|
||||
*/
|
||||
class MarkdownTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
// TitleSeText
|
||||
// TitleSeText
|
||||
public function testTitleSeText1()
|
||||
{
|
||||
$this->expectOutputString("<h1>test</h1>");
|
||||
|
||||
Reference in New Issue
Block a user