Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Fix \ResourceBundle case in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayesh committed Jun 17, 2018
1 parent 66715f5 commit b3bf54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IsCountableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getIsCountableData() {
array((array) 1, true),
array((object) array('foo', 'bar', 'baz'), false),
array(new \SimpleXMLElement('<xml><tag>1</tag><tag>2</tag></xml>'), true),
array(\ResourceBundle::create('en', __DIR__ . '/fixtures/en.res'), true),
array(\ResourceBundle::create('en', __DIR__ . '/fixtures'), true),
);
}
}
Expand Down

0 comments on commit b3bf54f

Please sign in to comment.