Skip to content

Commit 5fe047b

Browse files
author
Amor Batayola
committed
test unit fixes
1 parent d249cc4 commit 5fe047b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Goodby/CSV/Import/Tests/Protocol/InterpreterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ public function testInterpreterInterfaceWillThrownInvalidLexicalException()
3939
$line = "INVALID LEXICAL";
4040
$url = 'filepath';
4141

42-
$interpreter->interpret($line), $url;
42+
$interpreter->interpret($line, $url);
4343
}
4444
}

0 commit comments

Comments
 (0)