Example #1
0
 public function testExistingClass()
 {
     Autoloader::register();
     $this->assertInstanceOf('PhpTabs\\Model\\MeasureHeader', new MeasureHeader());
 }
Example #2
0
<?php

namespace PhpTabs;

use PhpTabs\Component\Autoloader;
/**
 * Loads the project specific autoloader
 *
 * Include this file only if you do NOT use composer
 */
require_once __DIR__ . '/Component/Autoloader.php';
Autoloader::register();