summaryrefslogtreecommitdiff
path: root/scripts/dev/generate-phpt/src
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-08-19 10:22:38 +0200
committerOndřej Surý <ondrej@sury.org>2011-08-19 10:22:38 +0200
commitf452a2b3e4e4279b27594a8ddb66525442d59227 (patch)
treed05cb62c5515ada33076d3cc3e49b664733a478c /scripts/dev/generate-phpt/src
parent038ba12e8724d537040e88ec794354b0c063f0a6 (diff)
downloadphp-f452a2b3e4e4279b27594a8ddb66525442d59227.tar.gz
Imported Upstream version 5.3.7upstream/5.3.7
Diffstat (limited to 'scripts/dev/generate-phpt/src')
-rw-r--r--scripts/dev/generate-phpt/src/gtTestSubject.php4
-rw-r--r--scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php4
-rw-r--r--scripts/dev/generate-phpt/src/testcase/gtTestCase.php6
3 files changed, 7 insertions, 7 deletions
diff --git a/scripts/dev/generate-phpt/src/gtTestSubject.php b/scripts/dev/generate-phpt/src/gtTestSubject.php
index 9be1e7450..ccf3caad9 100644
--- a/scripts/dev/generate-phpt/src/gtTestSubject.php
+++ b/scripts/dev/generate-phpt/src/gtTestSubject.php
@@ -128,7 +128,7 @@ abstract class gtTestSubject {
/**
- * Returns the argument list with teh greatest possible number of arguments.
+ * Returns the argument list with the greatest possible number of arguments.
*
* @return string
*/
@@ -163,4 +163,4 @@ abstract class gtTestSubject {
return $this->initialisationStatements;
}
}
-?> \ No newline at end of file
+?>
diff --git a/scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php b/scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php
index 5f16d98f3..a52988aa6 100644
--- a/scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php
+++ b/scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php
@@ -1,7 +1,7 @@
<?php
/**
- * Check that teh method name is valid
+ * Check that the method name is valid
*
*/
class gtIsValidMethod extends gtPreCondition {
@@ -25,4 +25,4 @@ class gtIsValidMethod extends gtPreCondition {
return gtText::get('unknownMethod');
}
}
-?> \ No newline at end of file
+?>
diff --git a/scripts/dev/generate-phpt/src/testcase/gtTestCase.php b/scripts/dev/generate-phpt/src/testcase/gtTestCase.php
index cb67aa345..cc5e19a5a 100644
--- a/scripts/dev/generate-phpt/src/testcase/gtTestCase.php
+++ b/scripts/dev/generate-phpt/src/testcase/gtTestCase.php
@@ -23,7 +23,7 @@ abstract class gtTestCase {
/**
- * Object containing teh ooptional sections that may be added to the test case
+ * Object containing the optional sections that may be added to the test case
*
* @var gtOptionalSections
*/
@@ -140,7 +140,7 @@ abstract class gtTestCase {
/**
- * Add FILE section closing tag to teh test case
+ * Add FILE section closing tag to the test case
*
*/
public function fileClosing() {
@@ -227,4 +227,4 @@ abstract class gtTestCase {
return $this->optionalSections;
}
}
-?> \ No newline at end of file
+?>