assertRegExp('/OpenStack/', $basedir); } /** * Test the autoloader. */ public function testAutoloader() { \OpenStack\Autoloader::useAutoloader(); // If we can construct a class, we are okay. $test = new \OpenStack\Common\Exception("TEST"); $this->assertInstanceOf('\OpenStack\Common\Exception', $test); } }