Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Trailing space in test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdenvir committed Dec 4, 2012
1 parent cc0f220 commit da705dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/StepTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@ public function testEqualsMessageTemplates()
$this->assertAttributeEquals($validator->getOption('messageTemplates'),
'messageTemplates', $validator);
}

public function testSetStepFloat()
{
$step = 0.01;
$this->_validator->setStep($step);
$this->assertAttributeSame($step, 'step', $this->_validator);
}

public function testSetStepString()
{
$step = '0.01';
Expand Down

0 comments on commit da705dc

Please sign in to comment.