@covers PHPUnit_Framework_Assert::assertSelectEquals @expectedException PHPUnit_Framework_AssertionFailedError
public function testAssertSelectEqualsContentPresentFalse() {
$selector = 'span.test_class';
$content = 'Test Nonexistent';
$this
->assertSelectEquals($selector, $content, TRUE, $this->html);
}