TimeTrex/vendor/phpunit/phpunit-selenium/Tests/Selenium2TestCase/Coverage/DummyClass.php

14 lines
168 B
PHP

<?php
class DummyClass
{
public function coveredMethod()
{
return NULL;
}
public function uncoveredMethod()
{
return NULL;
}
}