TimeTrex Community Edition v16.2.0
This commit is contained in:
13
vendor/phpunit/phpunit-selenium/Tests/Selenium2TestCase/Coverage/DummyClass.php
vendored
Normal file
13
vendor/phpunit/phpunit-selenium/Tests/Selenium2TestCase/Coverage/DummyClass.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
class DummyClass
|
||||
{
|
||||
public function coveredMethod()
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
public function uncoveredMethod()
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user