Skip to content

Commit

Permalink
Merge 2dfa90e into 7405503
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehrke committed Oct 4, 2016
2 parents 7405503 + 2dfa90e commit e9bcbe0
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 104 deletions.
13 changes: 9 additions & 4 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="tests/bootstrap.php">
<filter>
<blacklist>
<directory suffix=".php">appinfo</directory>
</blacklist>
<whitelist>
<directory suffix=".php">controller</directory>
<directory suffix=".php">http</directory>
<exclude>
<directory suffix=".php">appinfo</directory>
<directory suffix=".php">templates</directory>
</exclude>
</whitelist>
</filter>
<testsuite name='unit'>
<directory suffix='.php'>tests/unit</directory>
</testsuite>
</phpunit>
</phpunit>
2 changes: 0 additions & 2 deletions tests/travis/php.ini

This file was deleted.

25 changes: 0 additions & 25 deletions tests/travis/travis-ci-apache-hhvm.conf

This file was deleted.

19 changes: 0 additions & 19 deletions tests/travis/travis-ci-apache.conf

This file was deleted.

18 changes: 0 additions & 18 deletions tests/travis/travis-ci-apache.sh

This file was deleted.

18 changes: 0 additions & 18 deletions tests/unit/data/EUROPE-BERLIN.ics

This file was deleted.

18 changes: 0 additions & 18 deletions tests/unit/data/EUROPE-LONDON.ics

This file was deleted.

Empty file removed tests/unit/data/vevent.ics
Empty file.
Empty file removed tests/unit/data/vfreebusy.ics
Empty file.
Empty file removed tests/unit/data/vjournal.ics
Empty file.
Empty file removed tests/unit/data/vtodo.ics
Empty file.

0 comments on commit e9bcbe0

Please sign in to comment.