Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 2, 2013
1 parent 873b784 commit 8356c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Jackalope/Transport/DoctrineDBAL/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function testDepthOnMove()
/**
* @dataProvider provideTestOutOfRangeCharacters
*/
public function testOutOfRangeCharacterOccurence($string, $isValid)
public function testOutOfRangeCharacterOccurrence($string, $isValid)
{
if (false === $isValid) {
$this->setExpectedException('PHPCR\ValueFormatException', 'Invalid character found in property "test". Are you passing a valid string?');
Expand Down

0 comments on commit 8356c08

Please sign in to comment.