Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
fixed compat of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 25, 2017
1 parent bdbcdc2 commit 8278d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Fixtures/TestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ public function getCacheDir()
return $this->rootDir.'/cache/'.$this->environment;
}
}

class_alias('Tests\Fixtures\TestKernel', 'TestKernel');
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</testsuites>
<php>
<server name="KERNEL_CLASS" value="Tests\Fixtures\TestKernel" />
<server name="KERNEL_DIR" value="Tests/Fixtures/" />
</php>
<filter>
<whitelist>
Expand Down

0 comments on commit 8278d16

Please sign in to comment.