Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/update/vendor/phpunit/phpunit/tests/_files/
Upload File :
Current File : /home/dev2.destoffenstraat.com/update/vendor/phpunit/phpunit/tests/_files/WasRun.php

<?php
use PHPUnit\Framework\TestCase;

class WasRun extends TestCase
{
    public $wasRun = false;

    protected function runTest()
    {
        $this->wasRun = true;
    }
}