Skip to content

Commit

Permalink
Add hooks stub.
Browse files Browse the repository at this point in the history
Conflicts:
	turba/package.xml
  • Loading branch information
yunosh committed Mar 10, 2014
1 parent a0a60fd commit 708048e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
10 changes: 7 additions & 3 deletions turba/package.xml
Expand Up @@ -28,7 +28,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</developer>
<date>2013-10-29</date>
<date>2014-03-10</date>
<version>
<release>4.1.4</release>
<api>4.0.0</api>
Expand Down Expand Up @@ -509,6 +509,9 @@
<dir name="fixtures">
<file name="az.png" role="test" />
</dir> <!-- /test/Turba/fixtures -->
<dir name="Stub">
<file name="Hooks.php" role="test" />
</dir> <!-- /test/Turba/Stub -->
<dir name="ToDo">
<file name="ApiTest.php" role="test" />
<file name="BrowsePageTest.php" role="test" />
Expand Down Expand Up @@ -1065,6 +1068,7 @@
<install as="Turba/phpunit.xml" name="test/Turba/phpunit.xml" />
<install as="Turba/TestCase.php" name="test/Turba/TestCase.php" />
<install as="Turba/fixtures/az.png" name="test/Turba/fixtures/az.png" />
<install as="Turba/Stub/Hooks.php" name="test/Turba/Stub/Hooks.php" />
<install as="Turba/ToDo/ApiTest.php" name="test/Turba/ToDo/ApiTest.php" />
<install as="Turba/ToDo/BrowsePageTest.php" name="test/Turba/ToDo/BrowsePageTest.php" />
<install as="Turba/ToDo/bug_6518.phpt" name="test/Turba/ToDo/bug_6518.phpt" />
Expand Down Expand Up @@ -1733,12 +1737,12 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-10-29</date>
<date>2014-03-10</date>
<license uri="http://www.horde.org/licenses/asl">ASL</license>
<notes>
* [jan] Fix importing vCard fields with lowercase TYPE attributes (Bug #13006).
* [jan] Store full name in Kolab contacts.
* [jan] Fix distribution list support in Kolab driver.
* [jan] Fix distribution list support in Kolab driver (Bug #12450).
</notes>
</release>
</changelog>
Expand Down
7 changes: 7 additions & 0 deletions turba/test/Turba/Stub/Hooks.php
@@ -0,0 +1,7 @@
<?php
/**
* Turba hooks configuration file.
*/
class Turba_Hooks
{
}
2 changes: 2 additions & 0 deletions turba/test/Turba/TestCase.php
Expand Up @@ -12,6 +12,8 @@
* @license http://www.horde.org/licenses/apache Apache-like
*/

require __DIR__ . '/Stub/Hooks.php';

/**
* Basic Turba test case.
*
Expand Down

0 comments on commit 708048e

Please sign in to comment.