You are here

WasRun.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/WasRun.php

File

vendor/phpunit/phpunit/tests/_files/WasRun.php
View source
<?php

class WasRun extends PHPUnit_Framework_TestCase {
  public $wasRun = false;
  protected function runTest() {
    $this->wasRun = true;
  }

}

Classes

Namesort descending Description
WasRun