diff options
Diffstat (limited to 'scripts/dev/generate-phpt/tests/gtIsValidMethodTest.php')
| -rw-r--r-- | scripts/dev/generate-phpt/tests/gtIsValidMethodTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/generate-phpt/tests/gtIsValidMethodTest.php b/scripts/dev/generate-phpt/tests/gtIsValidMethodTest.php index fe069977ef..0f1b349f4d 100644 --- a/scripts/dev/generate-phpt/tests/gtIsValidMethodTest.php +++ b/scripts/dev/generate-phpt/tests/gtIsValidMethodTest.php @@ -20,7 +20,7 @@ class gtIsValidMethodTest extends PHPUnit_Framework_TestCase { $ch = new gtIsValidMethod(); $this->assertFalse($ch->check($clo)); } - + public function testNotGiven() { $clo = new gtCommandLineOptions(); @@ -28,7 +28,7 @@ class gtIsValidMethodTest extends PHPUnit_Framework_TestCase { $ch = new gtIsValidMethod(); $this->assertTrue($ch->check($clo)); } - + public function testMessage() { $clo = new gtCommandLineOptions(); |
