From 27a56a878c73dd0dd9715957abe97b52fc43f006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Kr=C3=A4mer?= Date: Sun, 15 Mar 2015 22:31:37 +0100 Subject: [PATCH] Fixing the test for #128 --- tests/cli/ConcatCept.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/ConcatCept.php b/tests/cli/ConcatCept.php index 8a0e9eee7..416673875 100644 --- a/tests/cli/ConcatCept.php +++ b/tests/cli/ConcatCept.php @@ -6,4 +6,4 @@ ->to('merged.txt') ->run(); $I->seeFileFound('merged.txt'); -$I->seeFileContentsEqual('AB'); \ No newline at end of file +$I->seeFileContentsEqual("A\nB\n"); \ No newline at end of file