Codebase list php-react-promise / 75c7608
make it build mirabilos authored 5 years ago mirabilos committed 5 years ago
5 changed file(s) with 15 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
99 - contribute UMEYAGA metadata
1010 * Update lintian overrides
1111 * Facultatively switch to Teckids Debian Task Force salsa repo
12 * Fix build with new PHPUnit (Closes: #882913)
13 * Update Homepage, package description
1214
13 -- Thorsten Glaser <tg@mirbsd.de> Sat, 19 May 2018 22:37:17 +0200
15 -- Thorsten Glaser <tg@mirbsd.de> Sat, 19 May 2018 22:58:58 +0200
1416
1517 php-react-promise (2.4.1-1) unstable; urgency=medium
1618
44 Uploaders: Thorsten Glaser <tg@mirbsd.de>, Dominik George <natureshadow@debian.org>
55 Build-Depends: debhelper (>= 11), phpab, phpunit, pkg-php-tools (>= 1.7~)
66 Standards-Version: 4.1.4
7 Homepage: https://github.com/reactphp/promise
7 Homepage: https://reactphp.org/promise/
88 Vcs-Git: https://salsa.debian.org/tdtf-team/php-react-promise.git
99 Vcs-Browser: https://salsa.debian.org/tdtf-team/php-react-promise
1010
1616 Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
1717 Provides: ${phpcomposer:Debian-provide}
1818 Description: lightweight implementation of CommonJS Promises/A for PHP
19 React/Promise provides several useful promise-related concepts, such as
20 joining multiple promises and mapping and reducing collections of promises.
19 React/Promise also provides several other useful promise-related
20 concepts, such as joining multiple promises and mapping and reducing
21 collections of promises.
22 It is part of ReactPHP.
1010 {
1111 public function expectCallableExactly($amount)
1212 {
13 @@ -40,4 +40,11 @@ class TestCase extends \PHPUnit_Framewor
13 @@ -40,4 +40,12 @@ class TestCase extends \PHPUnit_Framewor
1414 ->getMockBuilder('React\\Promise\Stub\CallableStub')
1515 ->getMock();
1616 }
1717 +
1818 + /* PHPUnit ist ein Testkäse */
19 + public function setExpectedException($whatever, $str)
19 + public function setExpectedException($whatever, $str=NULL)
2020 + {
2121 + $this->expectException($whatever);
22 + $this->expectExceptionMessage($str);
22 + if ($str !== NULL)
23 + $this->expectExceptionMessage($str);
2324 + }
2425 }
0 # upstream uses github…
1 php-react-promise source: debian-watch-does-not-check-gpg-signature
22 "Bug-Database": "https://github.com/reactphp/promise/issues",
33 "Bug-Submit": "https://github.com/reactphp/promise/issues/new",
44 "Documentation": "https://github.com/reactphp/promise/tree/2.x#table-of-contents",
5 "Name": "Promise",
5 "Name": "React/Promise",
66 "Repository": "git@github.com:reactphp/promise.git",
77 "Repository-Browse": "https://github.com/reactphp/promise"
88 }