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

Commit

Permalink
removing debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsantos07 committed Apr 29, 2015
1 parent 5454bee commit 6aeea1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Faker/Provider/pt_BR/PersonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ public function testCpfFormatIsValid()
public function testRgFormatIsValid()
{
$rg = $this->faker->rg(false);
echo $rg."\n";
$this->assertRegExp('/\d{8}\d/', $rg);
$rg = $this->faker->rg(true);
echo $rg."\n";
$this->assertRegExp('/\d{2}\.\d{3}\.\d{3}-[0-9X]/', $rg);
}
}

0 comments on commit 6aeea1f

Please sign in to comment.