Skip to content

Commit

Permalink
Complete class binding
Browse files Browse the repository at this point in the history
Closes #8
  • Loading branch information
g105b committed Jan 7, 2018
1 parent 0272978 commit dd4476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/BindableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public function testBindClassColon() {
}

public function testBindClassColonMultiple() {
$document = new HTMLDocument(Helper::HTML_TODO_LIST_BIND_CLASS_COLON);
$document = new HTMLDocument(Helper::HTML_TODO_LIST_BIND_CLASS_COLON_MULTIPLE);
$todoData = [
[
"id" => 1,
Expand Down

0 comments on commit dd4476f

Please sign in to comment.