Skip to content

Commit

Permalink
Merge pull request #302 from nanasess/fix-autoloader
Browse files Browse the repository at this point in the history
Codeception のサポートクラスを PSR-0 autoloader に追加
  • Loading branch information
chihiro-adachi committed Aug 29, 2019
2 parents 15d4e75 + dd29387 commit 7c98671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/require.php
Expand Up @@ -25,6 +25,7 @@ class_alias('PHPUnit\Framework\TestCase', 'PHPUnit_Framework_TestCase');
}
return $map;
};
$loader->add('_generated', __DIR__.'/../ctests/_support');
$loader->addClassMap($classMap(__DIR__.'/../ctests'));
$loader->addClassMap($classMap(__DIR__.'/class'));
return $loader;

0 comments on commit 7c98671

Please sign in to comment.