1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

Fix tests

This commit is contained in:
Niklas Keller 2016-12-11 16:39:58 +01:00
parent e4d97caad7
commit a66f25e4f6

View File

@ -52,7 +52,7 @@ class WaitTest extends \PHPUnit_Framework_TestCase {
/**
* @expectedException \Error
* @expectedExceptionMessage Loop emptied without resolving promise
* @expectedExceptionMessage Loop stopped without resolving promise
*/
public function testPromiseWithNoResolutionPathThrowsException()
{