Skip to content

Commit

Permalink
Create CHANGES for all components.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 27, 2017
1 parent f9c4cf8 commit bd4f149
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 2 deletions.
292 changes: 292 additions & 0 deletions doc/Horde/Test/CHANGES
@@ -0,0 +1,292 @@
----------
v2.6.4-git
----------


------
v2.6.3
------

[jan] Don't exit after running phpunit tests.


------
v2.6.2
------

[jan] Update to PHPUnit 4.8.35 and dependencies.
[jan] Colorize PHPUnit output.


------
v2.6.1
------

[jan] Update to PHPUnit 4.8.26 and dependencies.


------
v2.6.0
------

[jan] Add Horde_Test_Stub_Registry#setConfigFile() to provide pre-configured
Horde_Test_Stub_Registry_Loadconfig objects.


------
v2.5.1
------

[mms] Update to PHPUnit 4.5.0 and dependencies.


------
v2.5.0
------

[mjr] Add method to obtain all logged events.


------
v2.4.8
------

[mms] Fix install location for the phpunit libraries packaged locally via
composer.


------
v2.4.7
------

[mms] Update to PHPUnit 4.4.0 and dependencies.
[jan] Add remoteHost() to Horde_Test_Stub_Registry.


------
v2.4.6
------

[jan] Add convertUsername() to Horde_Test_Stub_Registry.


------
v2.4.5
------

[jan] Update to PHPUnit 4.3.4 and dependencies.
[jan] Raise priority of Horde_Test autoloader.


------
v2.4.4
------

[jan] Don't report hooks loading as successful.


------
v2.4.3
------

[mms] Fix determination of test cases using AllTests.php.
[mms] Fix AllTests.php when dealing with test cases that inherit from parent
test cases.


------
v2.4.2
------

[jan] Update to PHPUnit 4.1.3.


------
v2.4.1
------

[jan] Fix running tests from PEAR-installed version.


------
v2.4.0
------

[jan] Bundle PHPUnit and dependencies.


------
v2.3.1
------

[mms] Fix loading PHPUnit from PHAR file.


------
v2.3.0
------

[jan] Add stubs for Horde_Registry_Loadconfig and
Horde_Registry::loadConfigFile().
[mms] Add factory for a HashTable instance.


------
v2.2.6
------

[jan] Correctly set up include paths on installed packages.


------
v2.2.5
------

[mms] Restore error reporting level after running tests via
Horde_Test_AllTests#run().


------
v2.2.4
------

[mms] Fix autoloading from a PHP-defined namespace.


------
v2.2.3
------

[jan] Define missing Horde_Test_Stub_Registry property.


------
v2.2.2
------

[mms] Add test factory for MongoDB.


------
v2.2.1
------

[jan] Return to old directory after running all tests.


------
v2.2.0
------

[jan] Add test/ directory to include_path to allow autoloading of test classes.


------
v2.1.0
------

[mms] Refactor Horde_Test_AllTests.
[mms] Add Horde_Test_Bootstrap.


------
v2.0.0
------

First stable release for Horde 5.


-----------
v2.0.0beta1
-----------

First beta release for Horde 5.


------------
v2.0.0alpha1
------------

First alpha release for Horde 5.


------
v1.3.0
------

[gwr] Added Alarm, Cache, and Session stub factories
[gwr] Fix autoloading to work with PHPUnit-3.6.


------
v1.2.1
------

[jan] Require PHPUnit 3.5 due to BC breaking changes in 3.6.


------
v1.2.0
------

[gwr] Added Horde_Test_Stub_Factory as a simple factory stub.
[gwr] Add Horde_Test_Setup for complex test suite setups.


------
v1.1.2
------

[gwr] Improve detection of the lib directory.
[gwr] Extract the setup pieces we do in the AllTests helper and heed the
Autoload.php file of a test suite.


------
v1.1.1
------

[jan] Fix Horde_Text_Exception extending the wrong class name.


------
v1.1.0
------

[gwr] Added test case for log output.
[gwr] Added stub for application testing.


------
v1.0.0
------

First stable release for Horde 4.


---------
v1.0.0RC2
---------

Second release candidate for Horde 4.


---------
v1.0.0RC1
---------

First release candidate for Horde 4.


-----------
v1.0.0beta1
-----------

First beta release for Horde 4.


------------
v1.0.0alpha1
------------

First alpha release for Horde 4.
6 changes: 4 additions & 2 deletions package.xml
Expand Up @@ -16,7 +16,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2017-10-25</date>
<date>2017-10-27</date>
<version>
<release>2.6.4</release>
<api>2.6.0</api>
Expand Down Expand Up @@ -1148,6 +1148,7 @@
<file name="phpunit.xml" role="doc" />
</dir> <!-- /doc/Horde/Test/template/packagetest -->
</dir> <!-- /doc/Horde/Test/template -->
<file name="CHANGES" role="doc" />
</dir> <!-- /doc/Horde/Test -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
Expand Down Expand Up @@ -2027,6 +2028,7 @@
<install as="Horde/Test/vendor/symfony/yaml/Tests/YamlTest.php" name="bundle/vendor/symfony/yaml/Tests/YamlTest.php" />
<install as="Horde/Test/vendor/symfony/yaml/Unescaper.php" name="bundle/vendor/symfony/yaml/Unescaper.php" />
<install as="Horde/Test/vendor/symfony/yaml/Yaml.php" name="bundle/vendor/symfony/yaml/Yaml.php" />
<install as="CHANGES" name="doc/Horde/Test/CHANGES" />
<install as="template/packagetest/AllTests.php" name="doc/Horde/Test/template/packagetest/AllTests.php" />
<install as="template/packagetest/bootstrap.php" name="doc/Horde/Test/template/packagetest/bootstrap.php" />
<install as="template/packagetest/phpunit.xml" name="doc/Horde/Test/template/packagetest/phpunit.xml" />
Expand Down Expand Up @@ -2595,7 +2597,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-10-25</date>
<date>2017-10-27</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
</notes>
Expand Down

0 comments on commit bd4f149

Please sign in to comment.