mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
751190aafd
commit
94926218e8
56 changed files with 94 additions and 123 deletions
|
@ -18,7 +18,7 @@ class ClassLoaderTest extends \PHPUnit_Framework_TestCase
|
|||
* @param bool $prependSeparator Whether to call ->loadClass() with a class name with preceding
|
||||
* namespace separator, as it happens in PHP 5.3.0 - 5.3.2. See https://bugs.php.net/50731
|
||||
*/
|
||||
public function testLoadClass($class, $prependSeparator = FALSE)
|
||||
public function testLoadClass($class, $prependSeparator = false)
|
||||
{
|
||||
$loader = new ClassLoader();
|
||||
$loader->add('Namespaced\\', __DIR__ . '/Fixtures');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue