Skip to content

Commit

Permalink
tests for sabre/uri, sabre/xml
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 12, 2016
1 parent 2bd5e62 commit 294b6e1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ ChangeLog
------------------

* #752: PHP 7 support for 3.0 branch. (@DeepDiver1975)
* The zip release ships with [sabre/vobject 3.5.0][vobj],
[sabre/http 4.2.1][http], [sabre/event 2.0.2][evnt],
[sabre/uri 1.0.1][uri] and [sabre/xml 1.3.0][xml].


3.0.6 (2016-01-04)
Expand Down
1 change: 1 addition & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
$autoLoader->add('Sabre\\', __DIR__);
// VObject tests auto loading
$autoLoader->addPsr4('Sabre\\VObject\\',__DIR__ . '/../vendor/sabre/vobject/tests/VObject');
$autoLoader->addPsr4('Sabre\\Xml\\',__DIR__ . '/../vendor/sabre/xml/tests/Sabre/Xml');

date_default_timezone_set('UTC');

Expand Down
13 changes: 10 additions & 3 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,22 @@
convertWarningsToExceptions="true"
strict="true"
>
<testsuite name="sabre-vobject">
<directory>../vendor/sabre/vobject/tests/VObject</directory>
</testsuite>
<testsuite name="sabre-event">
<directory>../vendor/sabre/event/tests/</directory>
</testsuite>
<testsuite name="sabre-uri">
<directory>../vendor/sabre/uri/tests/</directory>
</testsuite>
<testsuite name="sabre-xml">
<directory>../vendor/sabre/xml/tests/Sabre/Xml/</directory>
</testsuite>
<testsuite name="sabre-http">
<directory>../vendor/sabre/http/tests/HTTP</directory>
</testsuite>
<testsuite name="sabre-vobject">
<directory>../vendor/sabre/vobject/tests/VObject</directory>
</testsuite>

<testsuite name="sabre-dav">
<directory>Sabre/DAV</directory>
</testsuite>
Expand Down

0 comments on commit 294b6e1

Please sign in to comment.