commitall
This commit is contained in:
24
hostel/vendor/phpunit/php-code-coverage/tests/_files/NotExistingCoveredElementTest.php
vendored
Normal file
24
hostel/vendor/phpunit/php-code-coverage/tests/_files/NotExistingCoveredElementTest.php
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
class NotExistingCoveredElementTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
/**
|
||||
* @covers NotExistingClass
|
||||
*/
|
||||
public function testOne()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers NotExistingClass::notExistingMethod
|
||||
*/
|
||||
public function testTwo()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers NotExistingClass::<public>
|
||||
*/
|
||||
public function testThree()
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user