Skip to content

Commit

Permalink
these two tests are no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
janhartigan committed Jan 29, 2015
1 parent 397f58e commit 5ee8127
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/ValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@ public function testOverrideSetsDataRulesAndMessages()
$this->validator->override(array(), array());
}

public function testValidateStringSucceeds()
{
$this->assertTrue($this->validator->validateString(null, 'string', null));
}

public function testValidateStringFails()
{
$this->assertFalse($this->validator->validateString(null, null, null));
}

public function testValidateDirectorySucceeds()
{
$this->assertTrue($this->validator->validateDirectory(null, __DIR__, null));
Expand Down

0 comments on commit 5ee8127

Please sign in to comment.