You are here

Test.inc in Autoload 7

Same filename and directory in other branches
  1. 7.2 tests/autoload_test_custom/tests/Test.inc

File

tests/autoload_test_custom/tests/Test.inc
View source
<?php

namespace Autoload\Tests\Example;


/**
 * Class Test.
 *
 * @package Autoload\Tests\Example
 */
class Test {

}

Classes

Namesort descending Description
Test Class Test.