1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
|
phpunit-mock-object (3.2.3-1) unstable; urgency=medium
* Team upload
[ Vinai Kopp ]
* Reset parameter verification state if invocation changes
[ Sebastian Bergmann ]
* Eliminate use of func_get_args()
-- David Prévot <taffit@debian.org> Sun, 12 Jun 2016 17:27:49 -0400
phpunit-mock-object (3.2.2-1) unstable; urgency=medium
* Team upload
[ Vinai Kopp ]
* Issue #261: Fix duplicate callback parameter constraint evaluation
-- David Prévot <taffit@debian.org> Sat, 11 Jun 2016 13:41:53 -0400
phpunit-mock-object (3.2.1-1) unstable; urgency=medium
* Team upload
[ Sebastian Bergmann ]
* Tweak version constraints
[ Ryan Struber ]
* Rename setNotMethods to setMethodsExcept
-- David Prévot <taffit@debian.org> Sat, 04 Jun 2016 14:01:15 -0400
phpunit-mock-object (3.1.3-1) unstable; urgency=medium
* Team upload
[ matze ]
* improve exception message in case of duplicate method names
[ David Prévot ]
* Update Standards-Version to 3.9.8
-- David Prévot <taffit@debian.org> Fri, 22 Apr 2016 08:26:04 -0400
phpunit-mock-object (3.1.2-1) unstable; urgency=medium
* Team upload
[ Sebastian Bergmann ]
* Consistently use PHPUnit_Framework_MockObject_RuntimeException
-- David Prévot <taffit@debian.org> Fri, 25 Mar 2016 14:34:35 -0400
phpunit-mock-object (3.0.6-2) unstable; urgency=medium
* Team upload
* Update Standards-Version to 3.9.7
* PHP 7.0 transition:
- Use now split php-soap for the tests
- Rebuild with recent pkg-php-tools
-- David Prévot <taffit@debian.org> Sun, 20 Mar 2016 15:44:29 -0400
phpunit-mock-object (3.0.6-1) unstable; urgency=medium
* Team upload
[ Aaron Piotrowski ]
* Allow throwing any Throwable
* Disable constructor in auto-generated return mock
-- David Prévot <taffit@debian.org> Thu, 10 Dec 2015 12:34:33 -0400
phpunit-mock-object (3.0.4-1) unstable; urgency=medium
* Team upload
[ Nicolas Grekas ]
* Fix mocking __toString() return value
[ David Prévot ]
* Revert "Fix stubbed __toString()"
-- David Prévot <taffit@debian.org> Wed, 18 Nov 2015 12:11:41 -0400
phpunit-mock-object (3.0.3-3) unstable; urgency=medium
* Team upload
* Fix stubbed __toString()
-- David Prévot <taffit@debian.org> Sun, 08 Nov 2015 15:28:09 -0400
phpunit-mock-object (3.0.3-2) unstable; urgency=medium
* Team upload, to unstable since everything is in place
-- David Prévot <taffit@debian.org> Fri, 30 Oct 2015 15:54:20 -0400
phpunit-mock-object (3.0.3-1) experimental; urgency=medium
* Team upload, to experimental since current phpunit depends on
phpunit-mock-object (<< 3~~)
[ Sebastian Bergmann ]
* Drop support for PHP < 5.6
* Fix CS/WS issues
[ David Prévot ]
* Revert "Track version 2 as currently needed by phpunit"
-- David Prévot <taffit@debian.org> Sun, 25 Oct 2015 21:17:11 -0400
phpunit-mock-object (2.3.8-1) unstable; urgency=medium
* Team upload
[ Remi Collet ]
* Add explicit dependency on sebastian/exporter
[ David Prévot ]
* Track version 2 as currently needed by phpunit
* Update for new phpunit-exporter dependency
-- David Prévot <taffit@debian.org> Sun, 25 Oct 2015 21:02:23 -0400
phpunit-mock-object (2.3.5-1) unstable; urgency=medium
* Team upload
-- David Prévot <taffit@debian.org> Tue, 07 Jul 2015 13:15:02 -0400
phpunit-mock-object (2.3.4-1) unstable; urgency=medium
* Team upload
-- David Prévot <taffit@debian.org> Sun, 14 Jun 2015 18:16:36 -0400
phpunit-mock-object (2.3.3-1) unstable; urgency=medium
* Team upload, to unstable since Jessie has been released
-- David Prévot <taffit@debian.org> Sun, 31 May 2015 17:11:35 -0400
phpunit-mock-object (2.3.1-1) experimental; urgency=medium
* Team upload
[ Henrique Moody ]
* Update license and copyright in all files
[ David Prévot ]
* Update copyright years
* Run tests during package build
* Simplify DEP-8 test call
-- David Prévot <taffit@debian.org> Fri, 03 Apr 2015 18:33:05 -0400
phpunit-mock-object (2.3.0-1) experimental; urgency=medium
* Team upload, to experimental to respect the freeze
[ Sebastian Bergmann ]
* This is version 2.3 now
* Prepare release
[ David Prévot ]
* Provide a phpab template to load dependencies
* Provide DEP-8 tests
-- David Prévot <taffit@debian.org> Mon, 09 Feb 2015 22:11:44 -0400
phpunit-mock-object (2.2.1-2) unstable; urgency=medium
* Team upload to unstable, as needed by phpunit 4
-- David Prévot <taffit@debian.org> Sat, 04 Oct 2014 21:04:47 -0400
phpunit-mock-object (2.2.1-1) experimental; urgency=medium
* Imported Upstream version 2.2.1
* Remove d/p/0001-Use-newInstanceWithoutConstructor-when-possible.patch,
merged upstream
* Switch from PEAR to Composer source
* Update copyright
* Add 0001-Upgrade-to-doctrine-instantiator.patch from upstream
* Bump Standard-Version to 3.9.6
-- Prach Pongpanich <prachpub@gmail.com> Mon, 29 Sep 2014 15:23:09 +0700
phpunit-mock-object (1.2.3-2) unstable; urgency=medium
* Team upload
* Add support for PHP 5.6.0 (Closes: #762095)
-- David Prévot <taffit@debian.org> Tue, 23 Sep 2014 17:55:13 -0400
phpunit-mock-object (1.2.3-1) unstable; urgency=medium
* Imported Upstream version 1.2.3
* Bump copyright years in debian/copyright
* Bump debhelper compat to 9
* Add myself as uploader
* Use canonical URI in Vcs-* fields
* Use ${phppear:summary}
* Use ${phppear:Debian-Depends}
* Add debian/pkg-php-tools-overrides
* Bump Standard-Version to 3.9.5
* Build-depend on pear-channels
* Change Build-depends on pkg-php-tools (>= 1.1~)
* Add Build-Depends on php5-cli (>= 5.3.7-1~) (Closes: #693683)
-- Prach Pongpanich <prachpub@gmail.com> Wed, 05 Feb 2014 11:10:11 +0700
phpunit-mock-object (1.1.1-2) unstable; urgency=low
* Added a Replaces: phpunit (<< 3.6) to allow upgrades (Closes: #673807).
-- Thomas Goirand <zigo@debian.org> Mon, 21 May 2012 17:45:59 +0000
phpunit-mock-object (1.1.1-1) unstable; urgency=low
* Initial Release (Closes: #613018).
-- Thomas Goirand <zigo@debian.org> Thu, 10 May 2012 05:47:51 +0000
|