Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cut the fat 2 [skip ci]
  • Loading branch information
jakoch committed Dec 17, 2015
1 parent bf67230 commit eb8c6f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .gitattributes
Expand Up @@ -3,12 +3,13 @@
#

# cut the fat - this stuff is removed when doing git export
.coveralls.yml export-ignore
.editorconfig
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
.scrutinzer.yml export-ignore
.coveralls.io export-ignore
.php_cs export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
phpmd.xml export-ignore
phpunit.xml.dist export-ignore
/tests export-ignore
Expand Down
2 changes: 1 addition & 1 deletion tests/AllTests.php
Expand Up @@ -18,7 +18,7 @@ public static function suite()
{
$suite = new PHPUnit_Framework_TestSuite('Koch Framework - TestSuite');
foreach (self::getTestFiles() as $file) {
$suite->addTestFile($file);
$suite->addFile$file);
}

return $suite;
Expand Down

0 comments on commit eb8c6f6

Please sign in to comment.