mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
update coverage ignore
This commit is contained in:
parent
505c59d0e3
commit
1fa9771dde
@ -2,6 +2,7 @@
|
||||
|
||||
namespace Amp;
|
||||
|
||||
// @codeCoverageIgnoreStart
|
||||
try {
|
||||
if (@assert(false)) {
|
||||
// PHP7 production environment (zend.assertions=0, assert.exception=0)
|
||||
@ -14,3 +15,4 @@ try {
|
||||
// PHP7 dev environment (zend.assertions=1, assert.exception=1)
|
||||
eval("namespace Amp; final class Deferred implements Promisor { use PrivatePromisor; }");
|
||||
}
|
||||
// @codeCoverageIgnoreEnd
|
Loading…
Reference in New Issue
Block a user