Skip to content

Commit

Permalink
Not required.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 30, 2015
1 parent b1267ac commit 000d6e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions framework/Date/test/Horde/Date/RecurrenceTest.php
Expand Up @@ -969,8 +969,6 @@ public function testCompletions()

public function testBug2813RecurrenceEndFromIcalendar()
{
require_once 'PEAR.php';

$iCal = new Horde_Icalendar();
$iCal->parsevCalendar(file_get_contents(__DIR__ . '/fixtures/bug2813.ics'));
$components = $iCal->getComponents();
Expand Down
2 changes: 0 additions & 2 deletions framework/Secret/test/Horde/Secret/Autoload.php
Expand Up @@ -12,6 +12,4 @@
* @link http://pear.horde.org/index.php?package=Secret
*/

/** Needed for PEAR_Error. */
require_once 'PEAR.php';
require_once __DIR__ . '/Stub/Message.php';

0 comments on commit 000d6e1

Please sign in to comment.