]> granicus.if.org Git - php/commit
Replacing generate script with a new version
authorZoe Slattery <zoe@php.net>
Thu, 7 May 2009 09:21:43 +0000 (09:21 +0000)
committerZoe Slattery <zoe@php.net>
Thu, 7 May 2009 09:21:43 +0000 (09:21 +0000)
commitcba448a9d358451338d57c5e45f7c7e06f3143d2
treedf77a5d196aca30ffeb295d7dd5e79dc2429422a
parent903f306a60fddda0c7faf824d9252b08add34456
Replacing generate script with a new version
79 files changed:
scripts/dev/generate-phpt.phar [new file with mode: 0644]
scripts/dev/generate-phpt/build.xml [new file with mode: 0755]
scripts/dev/generate-phpt/gtPackage.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/array.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/boolean.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/commentEnd.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/commentStart.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/emptyUnsetUndefNull.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/float.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/int.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/loopClose.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/loopStart.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/object.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/skipif64b.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/skipifnot64b.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/skipifnotwin.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/skipifwin.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/codeSnippets/string.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/generate-phpt.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/gtAutoload.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/gtClassMap.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/gtCodeSnippet.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/gtFunction.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/gtMethod.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/gtTestCaseWriter.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/gtTestSubject.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/gtText.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/exceptions/gtMissingArgumentException.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/exceptions/gtMissingOptionsException.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownOptionException.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/exceptions/gtUnknownSectionException.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/gtCommandLineOptions.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/gtOptionalSections.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/gtPreCondition.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/gtPreConditionList.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/preconditions/gtIfClassHasMethod.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/preconditions/gtIsSpecifiedFunctionOrMethod.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/preconditions/gtIsSpecifiedTestType.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidClass.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidFunction.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtBasicTestCase.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtBasicTestCaseFunction.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtBasicTestCaseMethod.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtErrorTestCase.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtErrorTestCaseFunction.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtErrorTestCaseMethod.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtTestCase.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtVariationContainer.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtVariationContainerFunction.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtVariationContainerMethod.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtVariationTestCase.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtVariationTestCaseFunction.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/testcase/gtVariationTestCaseMethod.php [new file with mode: 0644]
scripts/dev/generate-phpt/src/texts/functionOrMethodNotSpecified.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/texts/help.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/texts/methodNotSpecified.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/texts/testTypeNotSpecified.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/texts/unknownClass.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/texts/unknownFunction.txt [new file with mode: 0644]
scripts/dev/generate-phpt/src/texts/unknownMethod.txt [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtBasicTestCaseFunctionTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtBasicTestCaseMethodTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtCodeSnippetTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtCommandLineOptionsTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtErrorTestCaseFunctionTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtErrorTestCaseMethodTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtFunctionTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtIfClassHasMethodTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtIsSpecifiedFunctionOrMethodTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtIsSpecifiedTestTypeTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtIsValidClassTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtIsValidFunctionTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtIsValidMethodTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtMethodTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtOptionalSectionsTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtVariationTestCaseFunctionTest.php [new file with mode: 0644]
scripts/dev/generate-phpt/tests/gtVariationTestCaseMethodTest.php [new file with mode: 0644]
scripts/dev/generate_phpt.php [deleted file]