From ed0c9f207fffae61124733f15c87c201e4e84744 Mon Sep 17 00:00:00 2001 From: Alexander Demidov Date: Thu, 19 Jul 2012 17:05:56 +0400 Subject: [PATCH] Corrected CliControllerTest. --- tests/app/CliControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/CliControllerTest.php b/tests/app/CliControllerTest.php index a8061ff..231c3f4 100644 --- a/tests/app/CliControllerTest.php +++ b/tests/app/CliControllerTest.php @@ -88,7 +88,7 @@ class CliControllerTest extends PHPUnit_Framework_TestCase $error_stream_prop->setValue($cli_controller, $this->stream); $cli_controller->execute($cli_class); rewind($this->stream); - $this->assertContains('Error frdom callback.', stream_get_contents($this->stream)); + $this->assertContains('Error from callback.', stream_get_contents($this->stream)); } public function callbackWithThrow()