Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-unit-test] Nightly build results 200712022001





Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
40701895.58%158.846
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
org.eclipse.php.test407180158.846

Package org.eclipse.php.test

NameTestsErrorsFailuresTime(s)
BareTestSuite12001.578
HeadlessTestSuite395180157.268
Back to top


TestCase BareTestSuite

NameStatusTypeTime(s)
testCommentsSuccess0.114
testHeredocsSuccess0.013
testLexOperatorsSuccess0.063
testReservedWordsSuccess0.055
testSamplePhpSuccess0.534
testStringsSuccess0.023
testCommentsSuccess0.102
testHeredocsSuccess0.024
testLexOperatorsSuccess0.030
testReservedWordsSuccess0.033
testSamplePhpSuccess0.315
testStringsSuccess0.020

Back to top

TestCase HeadlessTestSuite

NameStatusTypeTime(s)
testLoadUnloadSuccess52.302
testGoldenExceptionSuccess0.003
testGoldenEqualSuccess0.002
testVariableSuccess0.119
testFunctionInvocationSuccess0.019
testFunctionInvocationWithParamsSuccess0.026
testStaticFunctionInvocationSuccess0.022
testArrayVariableWithoutIndexSuccess0.018
testArrayVariableSuccess0.020
testArrayVariableMultiIndexSuccess0.024
testHashTableVariableSuccess0.019
testListVariableSuccess0.022
testNestedListVariableSuccess0.023
testAssignmentSuccess0.018
testPlusAssignmentSuccess0.017
testSLAssignmentSuccess0.016
testReflectionSimpleSuccess0.015
testReflectionNestedSuccess0.017
testReflectionFunctionSuccess0.017
testReflectionComplexSuccess0.015
testStaticMemberSimpleSuccess0.016
testStaticMemberWithArraySuccess0.017
testDispatchSimpleSuccess0.017
testDispatchNestedSuccess0.022
testDispatchWithStaticCallSuccess0.019
testDispatchNestedWithStaticCallSuccess0.021
testCloneSuccess0.015
testCastOfVariableSuccess0.015
testCastOfDispatchSuccess0.018
testClassConstantSuccess0.018
testPostfixSimpleSuccess0.015
testPostfixWithFunctionSuccess0.014
testPrefixSimpleSuccess0.015
testPrefixWithFunctionSuccess0.014
testUnaryOperationSimpleSuccess0.015
testUnaryOperationWithFunctionSuccess0.014
testUnaryOperationComplexSuccess0.016
testClassInstanciationSimpleSuccess0.015
testClassInstanciationVariableSuccess0.015
testClassInstanciationFunctionSuccess0.017
testRefernceSimpleSuccess0.016
testRefernceWithFunctionSuccess0.017
testRefernceInstanciationSuccess0.015
testInstanceofSimpleSuccess0.015
testInstanceofWithFunctionSuccess0.015
testInstanceofDispatchSuccess0.015
testIgnoreErrorSuccess0.016
testIncludeSuccess0.015
testIncludeOnceSuccess0.014
testRequireSuccess0.017
testRequireOnceSuccess0.015
testArraySuccess0.018
testArrayKeyValueSuccess0.016
testArrayComplexSuccess0.022
testConditionalExpressionSuccess0.017
testPlusOperationSuccess0.015
testMinusOperationSuccess0.014
testAndOperationSuccess0.018
testConcatOperationSuccess0.014
testQuoteSuccess0.014
testSingleQuoteSuccess0.034
testQuoteWithOffsetNumberSuccess0.015
testQuoteWithCurlySuccess0.017
testQuoteWithOffsetStringSuccess0.015
testHeredocSuccess0.013
testEmptyHeredocSuccess0.076
testNotQuoteSuccess0.015
testBreakStatementSuccess0.014
testContinueStatementExpressionSuccess0.013
testContinueEmptySuccess0.012
testReturnStatementSuccess0.012
testReturnExprStatementSuccess0.013
testEchoStatementSuccess0.014
testSwitchStatementSuccess0.022
testIfStatementSuccess0.022
testEndIfStatementSuccess0.020
testWhileStatementSuccess0.016
testWhileEndStatementSuccess0.018
testDoWhileStatementSuccess0.016
testForStatementSuccess0.020
testEndForStatementSuccess0.020
testForStatementNoConditionSuccess0.021
testForStatementNoArgsSuccess0.020
testEmptyForStatementSuccess0.023
testForEachStatementSuccess0.019
testForEachStatementWithValueSuccess0.019
testForEachStatementBlockedSuccess0.021
testTryCatchStatementSuccess0.026
testTryMultiCatchStatementSuccess0.022
testGlobalStatementSimpleSuccess0.014
testGlobalStatementReflectionSuccess0.013
testGlobalStatementReflectionWithExpressionSuccess0.017
testGlobalStatementMultipleSuccess0.013
testStaticSimpleSuccess0.014
testStaticMultiWithAssignmentSuccess0.015
testInLineHtmlSuccess0.012
testInLineHtmlWithPHPSuccess0.012
testDeclareSimpleSuccess0.016
testEmptyDeclareSuccess0.014
testDeclareWithStatementSuccess0.015
testFunctionDeclarationSuccess0.015
testFunctionDeclarationReferenceSuccess0.014
testFunctionDeclarationWithParamsSuccess0.023
testClassDeclarationSimpleSuccess0.016
testClassDeclarationWithDeclarationsSuccess0.032
testInterfaceDeclarationSimpleSuccess0.015
testInterfaceDeclarationWithDeclarationsSuccess0.020
testCommentSingleSuccess0.014
testCommentMultiSuccess0.012
testCommentPhpDocBlockSuccess0.013
testCommentVarSuccess0.015
testEmptySuccess0.014
testEvalSuccess0.014
testErrorStatementSuccess0.014
testErrorBlockSuccess0.013
testBindVariableSuccess0.022
testBindBooleanOperation1Success0.007
testBindBooleanOperation2Success0.007
testBindBooleanOperation3Success0.007
testBindBooleanOperation4Success0.007
testBindBooleanOperation5Success0.007
testBindBooleanOperation6Success0.007
testCommentsCreationErrorFile: /tmp/testCommentsCreation20240Golden :testCommentsCreation Diff : (line: 1, offset: 30) expected=48 actual=49

junit.framework.AssertionFailedError: File: /tmp/testCommentsCreation20240Golden :testCommentsCreation
Diff : (line: 1, offset: 30) expected=48 actual=49
at org.eclipse.php.test.infra.testcase.PhpTestCase.compareFileVsGolden(Unknown Source)
at org.eclipse.php.test.infra.testcase.PhpTestCase.assertGolden(Unknown Source)
at org.eclipse.php.test.headless.core.ast.TestProjectAstCreation.parseAndCompare(Unknown Source)
at org.eclipse.php.test.headless.core.ast.TestProjectAstCreation.testCommentsCreation(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
8.367
testVariableSuccess0.045
testFunctionInvocationSuccess0.016
testFunctionInvocationWithParamsSuccess0.016
testStaticFunctionInvocationSuccess0.015
testArrayVariableWithoutIndexSuccess0.010
testArrayVariableSuccess0.010
testArrayVariableMultiIndexSuccess0.010
testHashTableVariableSuccess0.009
testListVariableSuccess0.010
testNestedListVariableSuccess0.011
testAssignmentSuccess0.010
testPlusAssignmentSuccess0.010
testSLAssignmentSuccess0.010
testReflectionSimpleSuccess0.010
testReflectionNestedSuccess0.010
testReflectionFunctionSuccess0.010
testReflectionComplexSuccess0.010
testDispatchSimpleSuccess0.011
testDispatchNestedSuccess0.010
testDispatchWithStaticCallSuccess0.011
testDispatchNestedWithStaticCallSuccess0.011
testCastOfVariableSuccess0.010
testCastOfDispatchSuccess0.011
testPostfixSimpleSuccess0.011
testPrefixSimpleSuccess0.010
testUnaryOperationSimpleSuccess0.011
testUnaryOperationWithFunctionSuccess0.010
testUnaryOperationComplexSuccess0.010
testClassInstanciationSimpleSuccess0.010
testClassInstanciationVariableSuccess0.011
testClassInstanciationFunctionSuccess0.010
testRefernceSimpleSuccess0.010
testRefernceWithFunctionSuccess0.011
testRefernceInstanciationSuccess0.010
testIgnoreErrorSuccess0.011
testIncludeSuccess0.010
testIncludeOnceSuccess0.010
testRequireSuccess0.011
testRequireOnceSuccess0.011
testArraySuccess0.010
testArrayKeyValueSuccess0.011
testArrayComplexSuccess0.012
testConditionalExpressionSuccess0.010
testPlusOperationSuccess0.010
testMinusOperationSuccess0.009
testAndOperationSuccess0.011
testConcatOperationSuccess0.010
testQuoteSuccess0.010
testSingleQuoteSuccess0.011
testQuoteWithOffsetNumberSuccess0.010
testQuoteWithOffsetStringSuccess0.010
testHeredocSuccess0.011
testEmptyHeredocSuccess0.009
testNotQuoteSuccess0.010
testBreakStatementSuccess0.010
testContinueStatementExpressionSuccess0.009
testContinueEmptySuccess0.009
testReturnStatementSuccess0.010
testReturnExprStatementSuccess0.009
testEchoStatementSuccess0.009
testSwitchStatementSuccess0.011
testIfStatementSuccess0.011
testEndIfStatementSuccess0.012
testWhileStatementSuccess0.010
testWhileEndStatementSuccess0.011
testDoWhileStatementSuccess0.010
testForStatementSuccess0.011
testEndForStatementSuccess0.011
testForStatementNoConditionSuccess0.011
testForStatementNoArgsSuccess0.011
testEmptyForStatementSuccess0.012
testForEachStatementSuccess0.011
testForEachStatementWithValueSuccess0.011
testForEachStatementBlockedSuccess0.010
testGlobalStatementSimpleSuccess0.010
testGlobalStatementReflectionSuccess0.009
testGlobalStatementReflectionWithExpressionSuccess0.009
testGlobalStatementMultipleSuccess0.010
testStaticSimpleSuccess0.011
testStaticMultiWithAssignmentSuccess0.262
testInLineHtmlSuccess0.012
testInLineHtmlWithPHPSuccess0.047
testDeclareSimpleSuccess0.010
testEmptyDeclareSuccess0.010
testDeclareWithStatementSuccess0.010
testFunctionDeclarationSuccess0.013
testFunctionDeclarationReferenceSuccess0.011
testFunctionDeclarationWithParamsSuccess0.011
testClassDeclarationSimpleSuccess0.010
testClassDeclarationWithDeclarationsSuccess0.012
testCommentSingleSuccess0.010
testCommentMultiSuccess0.012
testCommentPhpDocBlockSuccess0.009
testCommentVarSuccess0.010
testEmptySuccess0.011
testEvalSuccess0.010
testClassDeclarationSuccess0.012
testClassExtensionSuccess0.002
testClassInstantiationSuccess0.002
testClassTriggerSuccess0.003
testConstantReferenceSuccess0.002
testFieldDefinitionSuccess0.003
testFunctionDeclarationSuccess0.003
testFunctionInvocationSuccess0.003
testGlobalConstantReferenceSuccess0.002
testInterfaceDeclarationSuccess0.003
testInterfaceExtensionSuccess0.002
testInterfaceImplementationSuccess0.003
testMethodDeclarationSuccess0.002
testMethodInvocationSuccess0.006
testMultipleInterfaceExtensionSuccess0.003
testCatchBlockSuccess0.006
testMultipleInterfaceImplementationSuccess0.003
testNothingSuccess0.004
testPrivateFieldDefinitionSuccess0.005
testProtectedFieldDefinitionSuccess0.002
testPublicFieldDefinitionSuccess0.002
testStaticFieldDefinitionSuccess0.002
testStaticVariableReferenceSuccess0.003
testThisReferenceSuccess0.003
testOpenTagsSuccess0.003
testCloseTagsSuccess0.003
testCommentSuccess0.003
testDocCommentSuccess0.016
testHeredocSuccess0.006
testToDoSuccess0.005
testBug149403Success0.006
testFilesToGoldenallphpsSuccess0.066
testFilesToGoldenabstractSuccess0.006
testFilesToGoldentype_hinting_001Success0.006
testFilesToGoldenfactory_and_singleton_001Success0.060
testFilesToGoldenfactory_001Success0.007
testFilesToGoldenarray_access_001Success0.011
testFilesToGoldenvisibility_002aSuccess0.006
testFilesToGoldenvisibility_002bSuccess0.006
testFilesToGoldentostring_001Success0.007
testFilesToGoldentype_hinting_003Success0.006
testFilesToGoldenHTMLembedPHPErrorFile: /tmp/HTMLembedPHP.php20350Golden :sourceParserHTMLembedPHP.php Diff : (line: 160, offset: 18) expected=49 actual=56

junit.framework.AssertionFailedError: File: /tmp/HTMLembedPHP.php20350Golden :sourceParserHTMLembedPHP.php
Diff : (line: 160, offset: 18) expected=49 actual=56
at org.eclipse.php.test.infra.testcase.PhpTestCase.compareFileVsGolden(Unknown Source)
at org.eclipse.php.test.infra.testcase.PhpTestCase.assertGolden(Unknown Source)
at org.eclipse.php.test.headless.core.documentModel.parser.TestPhpSourceParser.doTestFile(Unknown Source)
at org.eclipse.php.test.headless.core.documentModel.parser.TestPhpSourceParser.testFilesToGoldenHTMLembedPHP(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
1.479
testYylex__call_001Success0.022
testYylex__call_002Success0.006
testYylex__set__get_001Success0.043
testYylex__set__get_002Success0.007
testYylex__set__get_003Success0.006
testYylex__set__get_004Success0.032
testYylex__set__get_005Success0.056
testYylex__set_data_corruptSuccess0.026
testYylexabstract_classSuccess0.019
testYylexabstract_derivedSuccess0.070
testYylexabstract_finalSuccess0.008
testYylexabstract_inheritSuccess0.015
testYylexabstract_not_declaredSuccess0.061
testYylexabstract_redeclareSuccess0.012
testYylexabstract_staticSuccess0.016
testYylexclass_abstractSuccess0.016
testYylexclass_checkSuccess0.072
testYylexclass_exampleSuccess0.045
testYylexclone_001Success0.019
testYylexallphpsSuccess0.369
testTokenizePhpGenerictokenizer_php5_sampleSuccess0.016
testTokenizePhpGenerictokenizer_php5_stringsSuccess0.003
testTokenizePhpGenerictokenizer_php5_heredocsSuccess0.002
testEmbeddedCodeErrorFile: /tmp/HTMLembedPHP.php20374Golden :HTMLembedPHP.php Diff : (line: 1, offset: 2) expected=80 actual=83

junit.framework.AssertionFailedError: File: /tmp/HTMLembedPHP.php20374Golden :HTMLembedPHP.php
Diff : (line: 1, offset: 2) expected=80 actual=83
at org.eclipse.php.test.infra.testcase.PhpTestCase.compareFileVsGolden(Unknown Source)
at org.eclipse.php.test.infra.testcase.PhpTestCase.assertGolden(Unknown Source)
at org.eclipse.php.test.headless.core.documentModel.parser.TestPhpTokenizer.doTestTokenizer(Unknown Source)
at org.eclipse.php.test.headless.core.documentModel.parser.TestPhpTokenizer.testEmbeddedCode(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.577
testTokenizePhpSuccess0.005
testTokenizeTaskstokenizer_phpTasks1Success0.003
testTokenizeTaskstokenizer_phpTasks2Success0.002
testTokenizeTaskstokenizer_phpTasks3Success0.003
testTokenizeTaskstokenizer_phpTasks4Success0.002
testTokenizeTaskstokenizer_phpTasks5Success0.003
testTokenizeTaskstokenizer_phpTasks6Success0.002
testTokenizePhpWithHtmltokenizer_phpInHtmlSuccess0.006
testTokenizePhpWithHtmltokenizer_phpCodeAsHtmlAttributeKeySuccess0.011
testTokenizePhpWithHtmltokenizer_phpCodeAsHtmlAttributeValueSuccess0.011
testYylexAllPhpSuccess0.424
testYylexlargeFile1Success0.211
testYylexlargeFile2Success0.114
testYylexlargeFile3Success0.104
testYylexlargeFile4Success0.083
testYylexbig_classSuccess0.007
testYylexccSuccess0.047
testYylexclass_checkSuccess0.072
testYylexclass_exampleSuccess0.045
testYylex001Success0.004
testYylex002Success0.005
testYylex003Success0.010
testYylex004Success0.007
testYylex005Success0.008
testYylex006Success0.007
testYylex007Success0.007
testYylex008Success0.008
testYylex009Success0.007
testYylex010Success0.006
testYylex011Success0.014
testYylex012Success0.014
testYylex013Success0.004
testAllPhpsSuccess0.010
testCall001Success0.003
testSetGetSuccess0.004
testAbstractByInterfaceSuccess0.004
testAbstractClassSuccess0.003
testArrayAccessSuccess0.003
testAssignOpPropertySuccess0.003
testAutoload1Success0.003
testAutoload6Success0.002
testCCSuccess0.006
testClassCheckErrorFile: /tmp/class_check.php20418Golden :php5_class_check.php Diff : (line: 3, offset: 16) expected=117 actual=118

junit.framework.AssertionFailedError: File: /tmp/class_check.php20418Golden :php5_class_check.php
Diff : (line: 3, offset: 16) expected=117 actual=118
at org.eclipse.php.test.infra.testcase.PhpTestCase.compareFileVsGolden(Unknown Source)
at org.eclipse.php.test.infra.testcase.PhpTestCase.assertGolden(Unknown Source)
at org.eclipse.php.test.headless.core.phpModel.parser.TestPhpModelCreation.doTestModel(Unknown Source)
at org.eclipse.php.test.headless.core.phpModel.parser.TestPhpModelCreation5.testClassCheck(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.005
testBug20175Success0.004
testDesructorSuccess0.003
testInterfaceSuccess0.014
testBug209768Success0.011
testLanguageModel4Success1.314
testLanguageModel5Success1.592
testBug191887Success0.001
testAllPhpsSuccess0.003
testFileInspectorSuccess0.003
test15_VarGlobalUnusedSuccess0.002
testBigClassSuccess0.003
testCCSuccess0.004
testClassCheckSuccess0.003
testClassExampleSuccess0.004
testClass032Success0.003
testLargeFile4Success0.005
testCreateTextSequenceErrornull expected:<[$a = $b->myFunction()]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[$a = $b->myFunction()]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequence(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.006
testCreateTextSequenceWithCommentsErrornull expected:<[$a = $b->myFunction()]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[$a = $b->myFunction()]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequenceWithComments(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.005
testCreateTextSequenceInsideBracketsErrornull expected:<[$a = $b->myFunction()]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[$a = $b->myFunction()]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequenceInsideBrackets(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testCreateTextSequenceAfterSemicolumnErrornull expected:<[$a = $b->myFunction()]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[$a = $b->myFunction()]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequenceAfterSemicolumn(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.005
testCreateTextSequenceCompositeSequenceErrornull expected:<[$a = $b->myFunction($c->myVar)]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[$a = $b->myFunction($c->myVar)]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequenceCompositeSequence(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testCreateTextSequenceWithLineCommentErrornull expected:<[// line comment]> but was:<[]>

junit.framework.ComparisonFailure: null expected:<[// line comment]> but was:<[]>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestCreateTextSequence(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testCreateTextSequenceWithLineComment(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testInClassDeclarationErrorexpected:<6> but was:<-1>

junit.framework.AssertionFailedError: expected:<6> but was:<-1>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestInClassDeclaration(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testInClassDeclaration(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testInClassDeclaration2Success0.003
testInFuctionDeclarationErrorexpected:<0> but was:<-1>

junit.framework.AssertionFailedError: expected:<0> but was:<-1>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestInFunctionDeclaration(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testInFuctionDeclaration(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.005
testInFunctionDeclaration2Success0.003
testGetPrivousTriggerIndexErrorN/A

java.lang.ArrayIndexOutOfBoundsException
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$AbstractTextSequence.charAt(Unknown Source)
at org.eclipse.php.internal.core.util.text.PHPTextSequenceUtilities.getPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestGetPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testGetPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testGetPrivousTriggerIndex2ErrorN/A

java.lang.ArrayIndexOutOfBoundsException
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$AbstractTextSequence.charAt(Unknown Source)
at org.eclipse.php.internal.core.util.text.PHPTextSequenceUtilities.getPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestGetPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testGetPrivousTriggerIndex2(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.005
testGetPrivousTriggerIndex3ErrorN/A

java.lang.ArrayIndexOutOfBoundsException
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$AbstractTextSequence.charAt(Unknown Source)
at org.eclipse.php.internal.core.util.text.PHPTextSequenceUtilities.getPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestGetPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testGetPrivousTriggerIndex3(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testGetPrivousTriggerIndex4ErrorN/A

java.lang.ArrayIndexOutOfBoundsException
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$AbstractTextSequence.charAt(Unknown Source)
at org.eclipse.php.internal.core.util.text.PHPTextSequenceUtilities.getPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestGetPrivousTriggerIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testGetPrivousTriggerIndex4(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testGetPrivousTriggerIndex5Success0.003
testGetPrivousTriggerIndex6Success0.004
testReadIdentifierStartIndexErrorN/A

java.lang.ArrayIndexOutOfBoundsException
at org.eclipse.php.internal.core.util.text.TextSequenceUtilities$AbstractTextSequence.charAt(Unknown Source)
at org.eclipse.php.internal.core.util.text.PHPTextSequenceUtilities.readIdentifierStartIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestReadIdentifierStartIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testReadIdentifierStartIndex(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testReadIdentifierEndIndexErrorexpected:<19> but was:<10>

junit.framework.AssertionFailedError: expected:<19> but was:<10>
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.doTestReadIdentifierEndIndex(Unknown Source)
at org.eclipse.php.test.headless.core.util.text.TestTextSequenceUtilities.testReadIdentifierEndIndex(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.EclipseTestRunner.run(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.runTests(Unknown Source)
at org.eclipse.php.test.CoreTestApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
at org.eclipse.core.launcher.Main.main(Main.java:30)
0.004
testPartitionInHTMLSuccess0.005
testPartitionStandaloneSuccess0.003
testPartitionPhpAsHTMLAttributeKeySuccess0.004
testPartitionPhpAsHTMLAttributeValueSuccess0.003
testInLineHtmlSuccess0.074
testArrayStatementsSuccess0.007
testClassCommentsSuccess0.073
testDeclarationStatementsSuccess0.022
testForeachStatementsSuccess0.015
testForStatementsSuccess0.019
testIfStatementsSuccess0.014
testPHPWithinHtmlTagSuccess0.318
testPHPWithHtmlSuccess0.089
testSwitchStatementsSuccess0.025
testTryStatementsSuccess0.010
testWhileStatementsSuccess0.013
testContentTypeSuccess0.000
testGetFileDataSuccess0.002
testGetPhpFileSuccess0.002
testMatchingClassesSuccess0.002
testMatchingFunctionsSuccess0.002
testMatchingElementsSuccess0.002
testIncludeModelLocationSuccess0.002
testGetInterfacesSuccess0.002
testGetSuperClassSuccess0.002
testGetSuperClassNameSuccess0.002
testGetParentSuccess0.001
testGetModifierSuccess0.001
testGetFunctionsToOverrideSuccess0.003
testGetContainerFromStringSuccess0.002
testDummyMethodsSuccess0.002
testHasSuperClassSuccess0.002
testGetExternalResourcesSuccess0.002

Back to top

Attachment: bug_distribution.csv
Description: Binary data


Back to the top