Skip to content

Commit

Permalink
# Static reflection is now compatible with PHPUnit 3.4.x and 3.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpichler committed Jan 30, 2011
1 parent 0dd4406 commit c3a30f0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "setup"]
path = setup
url = git://github.com/manuelpichler/build-commons.git
11 changes: 11 additions & 0 deletions test/phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<phpunit>
<testsuites>
<testsuite name="\pdepend\reflection\AllTests">
<file>AllTests.php</file>
</testsuite>
</testsuites>
<filter>
<directory suffix=".php">source</directory>
</filter>
</phpunit>

0 comments on commit c3a30f0

Please sign in to comment.