Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/_files/NotExistingCoveredElementTest.php
<?php
use PHPUnit\Framework\TestCase;

class
NotExistingCoveredElementTest extends TestCase
{
   
/**
     * @covers NotExistingClass
     */
   
public function testOne()
    {
    }

   
/**
     * @covers NotExistingClass::notExistingMethod
     */
   
public function testTwo()
    {
    }

   
/**
     * @covers NotExistingClass::<public>
     */
   
public function testThree()
    {
    }
}