summaryrefslogtreecommitdiff
path: root/scripts/dev/generate-phpt/tests/gtErrorTestCaseMethodTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/generate-phpt/tests/gtErrorTestCaseMethodTest.php')
-rw-r--r--scripts/dev/generate-phpt/tests/gtErrorTestCaseMethodTest.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/dev/generate-phpt/tests/gtErrorTestCaseMethodTest.php b/scripts/dev/generate-phpt/tests/gtErrorTestCaseMethodTest.php
index 7077881296..894a551597 100644
--- a/scripts/dev/generate-phpt/tests/gtErrorTestCaseMethodTest.php
+++ b/scripts/dev/generate-phpt/tests/gtErrorTestCaseMethodTest.php
@@ -6,7 +6,7 @@ class gtErrorTestCaseMethodTest extends PHPUnit_Framework_TestCase {
public function testTestCase() {
-
+
$f = new gtMethod('DOMDocument', 'createAttribute');
$f->setArgumentNames();
$f->setArgumentLists();
@@ -15,14 +15,14 @@ class gtErrorTestCaseMethodTest extends PHPUnit_Framework_TestCase {
$f->setConstructorArgumentNames();
$f->setConstructorInitStatements();
-
+
$optSect = new gtOptionalSections();
-
+
$btc = gtErrorTestCase::getInstance($optSect,'method');
$btc->setMethod($f);
$btc->constructTestCase();
-
-
+
+
$fs = $btc->toString();
$this->assertTrue(is_string($fs));
}