Skip to content

Commit

Permalink
Merge branch 'hotfix-0.1.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxist committed Feb 9, 2011
2 parents 45f3002 + ea1880c commit f7b057e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions src/Opl/Autoloader/PHARLoader.php
Expand Up @@ -40,16 +40,6 @@ public function __construct(array $classMap)
$this->_classMap = $classMap;
} // end __construct();

/**
* Returns the current class map location.
*
* @return string
*/
public function getClassMapLocation()
{
return $this->_classMapLocation;
} // end getClassMapLocation();

/**
* Installs this class loader on the SPL autoload stack.
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/coverage.xml
Expand Up @@ -14,7 +14,7 @@
<directory suffix=".php">./</directory>
</blacklist>
<whitelist>
<directory suffix=".php">../lib/</directory>
<directory suffix=".php">../src/</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit f7b057e

Please sign in to comment.