Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-hr/vendor/phpunit/phpunit/tests/_files/
Upload File :
Current File : /var/www/html/dyna-hr/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()
    {
    }
}