Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 24, 2017
1 parent 8291d6e commit 5438ce3
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 1 deletion.
24 changes: 24 additions & 0 deletions framework/Compress/test/Horde/Compress/AllTests.php
@@ -1,3 +1,27 @@
<?php
/**
* Copyright 2011-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file LICENSE for license information (LGPL-2.1). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
* @package Compress
* @subpackage UnitTests
*/

/**
* Runs all unit tests.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2011-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
* @package Compress
* @subpackage UnitTests
*/

require_once 'Horde/Test/AllTests.php';
Horde_Test_AllTests::init(__FILE__)->run();
16 changes: 15 additions & 1 deletion framework/Compress/test/Horde/Compress/Autoload.php
@@ -1,12 +1,26 @@
<?php
/**
* Setup autoloading for the tests.
* Copyright 2011-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file LICENSE for license information (LGPL 2.1). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Compress
* @subpackage UnitTests
*/

/**
* Setup autoloading for the tests.
*
* @author Jan Schneider <jan@horde.org>
* @category Horde
* @copyright 2011-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Compress
* @subpackage UnitTests
*/

require_once 'Math/BigInteger.php';
12 changes: 12 additions & 0 deletions framework/Compress/test/Horde/Compress/RarTest.php
@@ -1,12 +1,24 @@
<?php
/**
* Copyright 2011-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file LICENSE for license information (LGPL-2.1). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
* @package Compress
* @subpackage UnitTests
*/

/**
* Tests the RAR compressor.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2011-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
* @package Compress
* @subpackage UnitTests
*/
Expand Down
12 changes: 12 additions & 0 deletions framework/Compress/test/Horde/Compress/TnefTest.php
@@ -1,12 +1,24 @@
<?php
/**
* Copyright 2013-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file LICENSE for license information (LGPL-2.1). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Michael J Rubinsky <mrubinsk@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
* @package Compress
* @subpackage UnitTests
*/

/**
* Tests the TNEF compressor.
*
* @author Michael J Rubinsky <mrubinsk@horde.org>
* @category Horde
* @copyright 2013-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
* @package Compress
* @subpackage UnitTests
*/
Expand Down
12 changes: 12 additions & 0 deletions framework/Compress/test/Horde/Compress/ZipTest.php
@@ -1,12 +1,24 @@
<?php
/**
* Copyright 2011-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file LICENSE for license information (LGPL-2.1). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
* @package Compress
* @subpackage UnitTests
*/

/**
* Tests the ZIP compressor.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2011-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
* @package Compress
* @subpackage UnitTests
*/
Expand Down
24 changes: 24 additions & 0 deletions framework/Compress/test/Horde/Compress/bootstrap.php
@@ -1,3 +1,27 @@
<?php
/**
* Copyright 2011-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file LICENSE for license information (LGPL-2.1). If you
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
* @package Compress
* @subpackage UnitTests
*/

/**
* Bootstrap code.
*
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2011-2017 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL-2.1
* @package Compress
* @subpackage UnitTests
*/

require_once 'Horde/Test/Bootstrap.php';
Horde_Test_Bootstrap::bootstrap(dirname(__FILE__));

0 comments on commit 5438ce3

Please sign in to comment.