Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Feb 17, 2015
1 parent 18510ec commit aede3a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Test/Case/Validation/DeValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
class DeValidationTest extends CakeTestCase {

/**
* test the phone method of DeValidation
*
* @return void
*/
* test the phone method of DeValidation
*
* @return void
*/
public function testPhone() {
$this->assertTrue(DeValidation::phone('0123456789'));
$this->assertFalse(DeValidation::phone('sometext'));
}

/**
/**
* test the postal method of DeValidation
*
* @return void
Expand Down

0 comments on commit aede3a2

Please sign in to comment.