NotPublicTestCase.php

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/NotPublicTestCase.php
View source
<?php

class NotPublicTestCase extends PHPUnit_Framework_TestCase {
  public function testPublic() {
  }
  protected function testNotPublic() {
  }

}

Classes

Namesort descending Description
NotPublicTestCase