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

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoly Marinescu committed May 21, 2013
1 parent c0bcfb1 commit d308a5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ZendTest/InputFilter/InputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ public function testFallbackValue($fallbackValue)
$this->input->getValidatorChain()->attach($validator);
$this->input->setValue('123'); // not a date

var_dump($this->input);
$this->assertTrue($this->input->isValid());
$this->assertEmpty($this->input->getMessages());
$this->assertSame($fallbackValue, $this->input->getValue());
Expand Down

0 comments on commit d308a5c

Please sign in to comment.