Skip to content

Instantly share code, notes, and snippets.

View starmatt's full-sized avatar
💎
https://gitlab.com/starmatt

starmatt starmatt

💎
https://gitlab.com/starmatt
View GitHub Profile
@whymarrh
whymarrh / BaseTestCase.php
Last active February 8, 2018 17:58
Assert HTML validity with PHPUnit.
<?php
use PHPUnit_Framework_Exception;
use PHPUnit_Framework_TestCase;
use SimpleXMLElement;
class BaseTestCase extends PHPUnit_Framework_TestCase
{
/**
* Show as much error information as possible