Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Name | Status | Type | Time(s) |
| testLoadUnload | Success | | 33.207 |
| testGoldenException | Success | | 0.003 |
| testGoldenEqual | Success | | 0.002 |
| testVariable | Success | | 0.158 |
| testFunctionInvocation | Success | | 0.025 |
| testFunctionInvocationWithParams | Success | | 0.037 |
| testStaticFunctionInvocation | Success | | 0.032 |
| testArrayVariableWithoutIndex | Success | | 0.027 |
| testArrayVariable | Success | | 0.027 |
| testArrayVariableMultiIndex | Success | | 0.033 |
| testHashTableVariable | Success | | 0.024 |
| testListVariable | Success | | 0.028 |
| testNestedListVariable | Success | | 0.029 |
| testAssignment | Success | | 0.023 |
| testPlusAssignment | Success | | 0.022 |
| testSLAssignment | Success | | 0.023 |
| testReflectionSimple | Success | | 0.022 |
| testReflectionNested | Success | | 0.024 |
| testReflectionFunction | Success | | 0.024 |
| testReflectionComplex | Success | | 0.020 |
| testStaticMemberSimple | Success | | 0.022 |
| testStaticMemberWithArray | Success | | 0.026 |
| testDispatchSimple | Success | | 0.025 |
| testDispatchNested | Success | | 0.032 |
| testDispatchWithStaticCall | Success | | 0.028 |
| testDispatchNestedWithStaticCall | Success | | 0.030 |
| testClone | Success | | 0.016 |
| testCastOfVariable | Success | | 0.016 |
| testCastOfDispatch | Success | | 0.041 |
| testClassConstant | Success | | 0.022 |
| testPostfixSimple | Success | | 0.016 |
| testPostfixWithFunction | Success | | 0.017 |
| testPrefixSimple | Success | | 0.016 |
| testPrefixWithFunction | Success | | 0.016 |
| testUnaryOperationSimple | Success | | 0.017 |
| testUnaryOperationWithFunction | Success | | 0.016 |
| testUnaryOperationComplex | Success | | 0.018 |
| testClassInstanciationSimple | Success | | 0.018 |
| testClassInstanciationVariable | Success | | 0.017 |
| testClassInstanciationFunction | Success | | 0.021 |
| testRefernceSimple | Success | | 0.018 |
| testRefernceWithFunction | Success | | 0.019 |
| testRefernceInstanciation | Success | | 0.020 |
| testInstanceofSimple | Success | | 0.020 |
| testInstanceofWithFunction | Success | | 0.018 |
| testInstanceofDispatch | Success | | 0.020 |
| testIgnoreError | Success | | 0.020 |
| testInclude | Success | | 0.018 |
| testIncludeOnce | Success | | 0.015 |
| testRequire | Success | | 0.024 |
| testRequireOnce | Success | | 0.018 |
| testArray | Success | | 0.021 |
| testArrayKeyValue | Success | | 0.019 |
| testArrayComplex | Success | | 0.028 |
| testConditionalExpression | Success | | 0.018 |
| testPlusOperation | Success | | 0.017 |
| testMinusOperation | Success | | 0.015 |
| testAndOperation | Success | | 0.021 |
| testConcatOperation | Success | | 0.016 |
| testQuote | Success | | 0.017 |
| testSingleQuote | Success | | 0.023 |
| testQuoteWithOffsetNumber | Success | | 0.022 |
| testQuoteWithCurly | Success | | 0.017 |
| testQuoteWithOffsetString | Success | | 0.018 |
| testHeredoc | Success | | 0.016 |
| testEmptyHeredoc | Success | | 0.015 |
| testNotQuote | Success | | 0.017 |
| testBreakStatement | Success | | 0.014 |
| testContinueStatementExpression | Success | | 0.015 |
| testContinueEmpty | Success | | 0.013 |
| testReturnStatement | Success | | 0.014 |
| testReturnExprStatement | Success | | 0.014 |
| testEchoStatement | Success | | 0.016 |
| testSwitchStatement | Success | | 0.132 |
| testIfStatement | Success | | 0.029 |
| testEndIfStatement | Success | | 0.025 |
| testWhileStatement | Success | | 0.020 |
| testWhileEndStatement | Success | | 0.021 |
| testDoWhileStatement | Success | | 0.019 |
| testForStatement | Success | | 0.026 |
| testEndForStatement | Success | | 0.024 |
| testForStatementNoCondition | Success | | 0.028 |
| testForStatementNoArgs | Success | | 0.024 |
| testEmptyForStatement | Success | | 0.032 |
| testForEachStatement | Success | | 0.038 |
| testForEachStatementWithValue | Success | | 0.029 |
| testForEachStatementBlocked | Success | | 0.028 |
| testTryCatchStatement | Success | | 0.025 |
| testTryMultiCatchStatement | Success | | 0.029 |
| testGlobalStatementSimple | Success | | 0.015 |
| testGlobalStatementReflection | Success | | 0.014 |
| testGlobalStatementReflectionWithExpression | Success | | 0.018 |
| testGlobalStatementMultiple | Success | | 0.014 |
| testStaticSimple | Success | | 0.015 |
| testStaticMultiWithAssignment | Success | | 0.017 |
| testInLineHtml | Success | | 0.013 |
| testInLineHtmlWithPHP | Success | | 0.013 |
| testDeclareSimple | Success | | 0.019 |
| testEmptyDeclare | Success | | 0.015 |
| testDeclareWithStatement | Success | | 0.018 |
| testFunctionDeclaration | Success | | 0.016 |
| testFunctionDeclarationReference | Success | | 0.014 |
| testFunctionDeclarationWithParams | Success | | 0.026 |
| testClassDeclarationSimple | Success | | 0.016 |
| testClassDeclarationWithDeclarations | Success | | 0.037 |
| testInterfaceDeclarationSimple | Success | | 0.016 |
| testInterfaceDeclarationWithDeclarations | Success | | 0.020 |
| testCommentSingle | Success | | 0.014 |
| testCommentMulti | Success | | 0.013 |
| testCommentPhpDocBlock | Success | | 0.012 |
| testCommentVar | Success | | 0.015 |
| testEmpty | Success | | 0.014 |
| testEval | Success | | 0.014 |
| testErrorStatement | Success | | 0.014 |
| testErrorBlock | Success | | 0.012 |
| testBindVariable | Success | | 0.023 |
| testBindBooleanOperation1 | Success | | 0.007 |
| testBindBooleanOperation2 | Success | | 0.008 |
| testBindBooleanOperation3 | Success | | 0.007 |
| testBindBooleanOperation4 | Success | | 0.007 |
| testBindBooleanOperation5 | Success | | 0.007 |
| testBindBooleanOperation6 | Success | | 0.008 |
| testCommentsCreation | Error | File: /tmp/testCommentsCreation28253Golden :testCommentsCreation Diff : (line: 1, offset: 30) expected=48 actual=49
junit.framework.AssertionFailedError: File: /tmp/testCommentsCreation28253Golden :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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 5.979 |
| checkForStaticScalar[0] | Success | | 0.003 |
| checkForStaticScalar[1] | Success | | 0.000 |
| checkForStaticScalar[2] | Success | | 0.001 |
| checkForStaticScalar[3] | Success | | 0.000 |
| checkForStaticScalar[4] | Success | | 0.001 |
| checkForStaticScalar[5] | Success | | 0.000 |
| checkForStaticScalar[6] | Success | | 0.000 |
| checkForStaticScalar[7] | Success | | 0.001 |
| checkForStaticScalar[8] | Success | | 0.000 |
| checkForStaticScalar[9] | Success | | 0.001 |
| checkForStaticScalar[10] | Success | | 0.000 |
| checkForStaticScalar[11] | Success | | 0.001 |
| checkForStaticScalar[12] | Success | | 0.000 |
| checkForStaticScalar[13] | Success | | 0.000 |
| checkForStaticScalar[14] | Success | | 0.000 |
| checkForStaticScalar[15] | Success | | 0.000 |
| checkForStaticScalar[16] | Success | | 0.000 |
| checkForStaticScalar[17] | Success | | 0.000 |
| checkForStaticScalar[18] | Success | | 0.000 |
| checkForStaticScalar[19] | Success | | 0.001 |
| checkForStaticScalar[20] | Success | | 0.000 |
| checkForStaticScalar[21] | Success | | 0.001 |
| checkForStaticScalar[22] | Success | | 0.001 |
| checkForStaticScalar[23] | Success | | 0.000 |
| checkForStaticScalar[24] | Success | | 0.001 |
| testVariable | Success | | 0.026 |
| testFunctionInvocation | Success | | 0.010 |
| testFunctionInvocationWithParams | Success | | 0.011 |
| testStaticFunctionInvocation | Success | | 0.010 |
| testArrayVariableWithoutIndex | Success | | 0.010 |
| testArrayVariable | Success | | 0.010 |
| testArrayVariableMultiIndex | Success | | 0.012 |
| testHashTableVariable | Success | | 0.011 |
| testListVariable | Success | | 0.010 |
| testNestedListVariable | Success | | 0.011 |
| testAssignment | Success | | 0.009 |
| testPlusAssignment | Success | | 0.010 |
| testSLAssignment | Success | | 0.009 |
| testReflectionSimple | Success | | 0.009 |
| testReflectionNested | Success | | 0.010 |
| testReflectionFunction | Success | | 0.009 |
| testReflectionComplex | Success | | 0.010 |
| testDispatchSimple | Success | | 0.010 |
| testDispatchNested | Success | | 0.010 |
| testDispatchWithStaticCall | Success | | 0.010 |
| testDispatchNestedWithStaticCall | Success | | 0.011 |
| testCastOfVariable | Success | | 0.010 |
| testCastOfDispatch | Success | | 0.009 |
| testPostfixSimple | Success | | 0.010 |
| testPrefixSimple | Success | | 0.009 |
| testUnaryOperationSimple | Success | | 0.010 |
| testUnaryOperationWithFunction | Success | | 0.009 |
| testUnaryOperationComplex | Success | | 0.010 |
| testClassInstanciationSimple | Success | | 0.009 |
| testClassInstanciationVariable | Success | | 0.010 |
| testClassInstanciationFunction | Success | | 0.010 |
| testRefernceSimple | Success | | 0.010 |
| testRefernceWithFunction | Success | | 0.010 |
| testRefernceInstanciation | Success | | 0.009 |
| testIgnoreError | Success | | 0.010 |
| testInclude | Success | | 0.009 |
| testIncludeOnce | Success | | 0.010 |
| testRequire | Success | | 0.010 |
| testRequireOnce | Success | | 0.010 |
| testArray | Success | | 0.010 |
| testArrayKeyValue | Success | | 0.010 |
| testArrayComplex | Success | | 0.011 |
| testConditionalExpression | Success | | 0.010 |
| testPlusOperation | Success | | 0.009 |
| testMinusOperation | Success | | 0.009 |
| testAndOperation | Success | | 0.011 |
| testConcatOperation | Success | | 0.009 |
| testQuote | Success | | 0.010 |
| testSingleQuote | Success | | 0.011 |
| testQuoteWithOffsetNumber | Success | | 0.010 |
| testQuoteWithOffsetString | Success | | 0.010 |
| testHeredoc | Success | | 0.011 |
| testEmptyHeredoc | Success | | 0.009 |
| testNotQuote | Success | | 0.010 |
| testBreakStatement | Success | | 0.009 |
| testContinueStatementExpression | Success | | 0.009 |
| testContinueEmpty | Success | | 0.010 |
| testReturnStatement | Success | | 0.009 |
| testReturnExprStatement | Success | | 0.009 |
| testEchoStatement | Success | | 0.009 |
| testSwitchStatement | Success | | 0.011 |
| testIfStatement | Success | | 0.012 |
| testEndIfStatement | Success | | 0.011 |
| testWhileStatement | Success | | 0.010 |
| testWhileEndStatement | Success | | 0.010 |
| testDoWhileStatement | Success | | 0.011 |
| testForStatement | Success | | 0.011 |
| testEndForStatement | Success | | 0.011 |
| testForStatementNoCondition | Success | | 0.012 |
| testForStatementNoArgs | Success | | 0.011 |
| testEmptyForStatement | Success | | 0.011 |
| testForEachStatement | Success | | 0.010 |
| testForEachStatementWithValue | Success | | 0.011 |
| testForEachStatementBlocked | Success | | 0.010 |
| testGlobalStatementSimple | Success | | 0.009 |
| testGlobalStatementReflection | Success | | 0.022 |
| testGlobalStatementReflectionWithExpression | Success | | 0.010 |
| testGlobalStatementMultiple | Success | | 0.009 |
| testStaticSimple | Success | | 0.010 |
| testStaticMultiWithAssignment | Success | | 0.009 |
| testInLineHtml | Success | | 0.009 |
| testInLineHtmlWithPHP | Success | | 0.009 |
| testDeclareSimple | Success | | 0.010 |
| testEmptyDeclare | Success | | 0.010 |
| testDeclareWithStatement | Success | | 0.009 |
| testFunctionDeclaration | Success | | 0.009 |
| testFunctionDeclarationReference | Success | | 0.009 |
| testFunctionDeclarationWithParams | Success | | 0.011 |
| testClassDeclarationSimple | Success | | 0.009 |
| testClassDeclarationWithDeclarations | Success | | 0.011 |
| testCommentSingle | Success | | 0.009 |
| testCommentMulti | Success | | 0.009 |
| testCommentPhpDocBlock | Success | | 0.009 |
| testCommentVar | Success | | 0.010 |
| testEmpty | Success | | 0.010 |
| testEval | Success | | 0.010 |
| testMatchScalar | Success | | 0.008 |
| testMatchVariable | Success | | 0.006 |
| testMatchBackTickExpression | Success | | 0.007 |
| testMatchFunctionInvocation | Success | | 0.005 |
| testMatchFunctionInvocationWithParams | Success | | 0.006 |
| testMatchStaticFunctionInvocation | Success | | 0.006 |
| testMatchArrayVariableWithoutIndex | Success | | 0.006 |
| testMatchArrayVariable | Success | | 0.006 |
| testMatchArrayVariableMultiIndex | Success | | 0.006 |
| testMatchHashTableVariable | Success | | 0.006 |
| testMatchListVariable | Success | | 0.007 |
| testMatchNestedListVariable | Success | | 0.006 |
| testMatchAssignment | Success | | 0.006 |
| testMatchPlusAssignment | Success | | 0.007 |
| testMatchSLAssignment | Success | | 0.006 |
| testMatchReflectionSimple | Success | | 0.006 |
| testMatchReflectionNested | Success | | 0.008 |
| testMatchReflectionFunction | Success | | 0.006 |
| testMatchReflectionComplex | Success | | 0.006 |
| testMatchStaticMemberSimple | Success | | 0.006 |
| testMatchStaticMemberWithArray | Success | | 0.006 |
| testMatchDispatchSimple | Success | | 0.006 |
| testMatchDispatchNested | Success | | 0.006 |
| testMatchDispatchWithStaticCall | Success | | 0.006 |
| testMatchDispatchNestedWithStaticCall | Success | | 0.006 |
| testMatchClone | Success | | 0.006 |
| testMatchCastOfVariable | Success | | 0.006 |
| testMatchCastOfDispatch | Success | | 0.006 |
| testMatchClassConstant | Success | | 0.006 |
| testMatchPostfixSimple | Success | | 0.006 |
| testMatchPostfixWithFunction | Success | | 0.006 |
| testMatchPrefixSimple | Success | | 0.006 |
| testMatchPrefixWithFunction | Success | | 0.006 |
| testMatchUnaryOperationSimple | Success | | 0.192 |
| testMatchUnaryOperationWithFunction | Success | | 0.007 |
| testMatchUnaryOperationComplex | Success | | 0.006 |
| testMatchClassInstanciationSimple | Success | | 0.006 |
| testMatchClassInstanciationVariable | Success | | 0.006 |
| testMatchClassInstanciationFunction | Success | | 0.008 |
| testMatchRefernceSimple | Success | | 0.007 |
| testMatchRefernceWithFunction | Success | | 0.007 |
| testMatchRefernceInstanciation | Success | | 0.006 |
| testMatchInstanceofSimple | Success | | 0.006 |
| testMatchInstanceofWithFunction | Success | | 0.006 |
| testMatchInstanceofDispatch | Success | | 0.006 |
| testMatchIgnoreError | Success | | 0.006 |
| testMatchInclude | Success | | 0.006 |
| testMatchIncludeOnce | Success | | 0.006 |
| testMatchRequire | Success | | 0.006 |
| testMatchRequireOnce | Success | | 0.006 |
| testMatchArray | Success | | 0.006 |
| testMatchArrayKeyValue | Success | | 0.007 |
| testMatchArrayComplex | Success | | 0.007 |
| testMatchConditionalExpression | Success | | 0.006 |
| testMatchPlusOperation | Success | | 0.006 |
| testMatchMinusOperation | Success | | 0.006 |
| testMatchAndOperation | Success | | 0.006 |
| testMatchConcatOperation | Success | | 0.006 |
| testMatchQuote | Success | | 0.006 |
| testMatchSingleQuote | Success | | 0.007 |
| testMatchQuoteWithOffsetNumber | Success | | 0.006 |
| testMatchQuoteWithCurly | Success | | 0.006 |
| testMatchQuoteWithOffsetString | Success | | 0.006 |
| testMatchHeredoc | Success | | 0.006 |
| testMatchEmptyHeredoc | Success | | 0.006 |
| testMatchNotQuote | Success | | 0.006 |
| testMatchBreakStatement | Success | | 0.006 |
| testMatchContinueStatementExpression | Success | | 0.005 |
| testMatchReturnExprStatement | Success | | 0.006 |
| testMatchEchoStatement | Success | | 0.007 |
| testMatchSwitchStatement | Success | | 0.008 |
| testMatchIfStatement | Success | | 0.008 |
| testMatchEndIfStatement | Success | | 0.007 |
| testMatchWhileStatement | Success | | 0.006 |
| testMatchWhileEndStatement | Success | | 0.006 |
| testMatchDoWhileStatement | Success | | 0.006 |
| testMatchForStatement | Success | | 0.007 |
| testMatchEndForStatement | Success | | 0.008 |
| testMatchForStatementNoCondition | Success | | 0.007 |
| testMatchForStatementNoArgs | Success | | 0.006 |
| testMatchEmptyForStatement | Success | | 0.006 |
| testMatchForEachStatement | Success | | 0.007 |
| testMatchForEachStatementWithValue | Success | | 0.006 |
| testMatchForEachStatementBlocked | Success | | 0.007 |
| testMatchTryCatchStatement | Success | | 0.008 |
| testMatchTryMultiCatchStatement | Success | | 0.009 |
| testMatchGlobalStatementSimple | Success | | 0.009 |
| testMatchGlobalStatementReflection | Success | | 0.006 |
| testMatchGlobalStatementReflectionWithExpression | Success | | 0.006 |
| testMatchGlobalStatementMultiple | Success | | 0.006 |
| testMatchStaticSimple | Success | | 0.006 |
| testMatchStaticMultiWithAssignment | Success | | 0.006 |
| testMatchInLineHtml | Error | null
junit.framework.AssertionFailedError: null at org.eclipse.php.test.headless.core.ast.TestASTMatcher.performMatching(Unknown Source) at org.eclipse.php.test.headless.core.ast.TestASTMatcher.testMatchInLineHtml(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.007 |
| testMatchInLineHtmlWithPHP | Error | null
junit.framework.AssertionFailedError: null at org.eclipse.php.test.headless.core.ast.TestASTMatcher.performMatching(Unknown Source) at org.eclipse.php.test.headless.core.ast.TestASTMatcher.testMatchInLineHtmlWithPHP(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.007 |
| testMatchDeclareSimple | Success | | 0.006 |
| testMatchEmptyDeclare | Success | | 0.006 |
| testMatchDeclareWithStatement | Success | | 0.006 |
| testMatchFunctionDeclaration | Success | | 0.006 |
| testMatchFunctionDeclarationReference | Success | | 0.006 |
| testMatchFunctionDeclarationWithParams | Success | | 0.007 |
| testMatchClassDeclarationSimple | Success | | 0.008 |
| testMatchClassDeclarationWithDeclarations | Success | | 0.007 |
| testMatchInterfaceDeclarationSimple | Success | | 0.006 |
| testMatchInterfaceDeclarationWithDeclarations | Success | | 0.006 |
| testMatchEmpty | Success | | 0.006 |
| testMatchEval | Success | | 0.007 |
| testClassDeclaration | Success | | 0.011 |
| testClassExtension | Success | | 0.003 |
| testClassInstantiation | Success | | 0.002 |
| testClassTrigger | Success | | 0.003 |
| testConstantReference | Success | | 0.003 |
| testFieldDefinition | Success | | 0.003 |
| testFunctionDeclaration | Success | | 0.004 |
| testFunctionInvocation | Success | | 0.003 |
| testGlobalConstantReference | Success | | 0.004 |
| testInterfaceDeclaration | Success | | 0.003 |
| testInterfaceExtension | Success | | 0.003 |
| testInterfaceImplementation | Success | | 0.003 |
| testMethodDeclaration | Success | | 0.002 |
| testMethodInvocation | Success | | 0.003 |
| testMultipleInterfaceExtension | Success | | 0.003 |
| testCatchBlock | Success | | 0.002 |
| testMultipleInterfaceImplementation | Success | | 0.003 |
| testNothing | Success | | 0.002 |
| testPrivateFieldDefinition | Success | | 0.002 |
| testProtectedFieldDefinition | Success | | 0.002 |
| testPublicFieldDefinition | Success | | 0.003 |
| testStaticFieldDefinition | Success | | 0.002 |
| testStaticVariableReference | Success | | 0.002 |
| testThisReference | Success | | 0.002 |
| testOpenTags | Success | | 0.003 |
| testCloseTags | Success | | 0.002 |
| testComment | Success | | 0.003 |
| testDocComment | Success | | 0.005 |
| testHeredoc | Success | | 0.005 |
| testToDo | Success | | 0.004 |
| testBug149403 | Success | | 0.002 |
| testFilesToGoldenallphps | Success | | 0.051 |
| testFilesToGoldenabstract | Success | | 0.004 |
| testFilesToGoldentype_hinting_001 | Success | | 0.005 |
| testFilesToGoldenfactory_and_singleton_001 | Success | | 0.008 |
| testFilesToGoldenfactory_001 | Success | | 0.004 |
| testFilesToGoldenarray_access_001 | Success | | 0.009 |
| testFilesToGoldenvisibility_002a | Success | | 0.005 |
| testFilesToGoldenvisibility_002b | Success | | 0.005 |
| testFilesToGoldentostring_001 | Success | | 0.006 |
| testFilesToGoldentype_hinting_003 | Success | | 0.005 |
| testFilesToGoldenHTMLembedPHP | Error | File: /tmp/HTMLembedPHP.php28363Golden :sourceParserHTMLembedPHP.php Diff : (line: 160, offset: 18) expected=49 actual=56
junit.framework.AssertionFailedError: File: /tmp/HTMLembedPHP.php28363Golden :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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 1.620 |
| testYylex__call_001 | Success | | 0.020 |
| testYylex__call_002 | Success | | 0.007 |
| testYylex__set__get_001 | Success | | 0.043 |
| testYylex__set__get_002 | Success | | 0.007 |
| testYylex__set__get_003 | Success | | 0.006 |
| testYylex__set__get_004 | Success | | 0.027 |
| testYylex__set__get_005 | Success | | 0.053 |
| testYylex__set_data_corrupt | Success | | 0.023 |
| testYylexabstract_class | Success | | 0.016 |
| testYylexabstract_derived | Success | | 0.011 |
| testYylexabstract_final | Success | | 0.007 |
| testYylexabstract_inherit | Success | | 0.013 |
| testYylexabstract_not_declared | Success | | 0.008 |
| testYylexabstract_redeclare | Success | | 0.011 |
| testYylexabstract_static | Success | | 0.015 |
| testYylexclass_abstract | Success | | 0.091 |
| testYylexclass_check | Success | | 0.085 |
| testYylexclass_example | Success | | 0.061 |
| testYylexclone_001 | Success | | 0.030 |
| testYylexallphps | Success | | 0.398 |
| testTokenizePhpGenerictokenizer_php5_sample | Success | | 0.018 |
| testTokenizePhpGenerictokenizer_php5_strings | Success | | 0.003 |
| testTokenizePhpGenerictokenizer_php5_heredocs | Success | | 0.005 |
| testEmbeddedCode | Error | File: /tmp/HTMLembedPHP.php28387Golden :HTMLembedPHP.php Diff : (line: 1, offset: 2) expected=80 actual=83
junit.framework.AssertionFailedError: File: /tmp/HTMLembedPHP.php28387Golden :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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.674 |
| testTokenizePhp | Success | | 0.008 |
| testTokenizeTaskstokenizer_phpTasks1 | Success | | 0.003 |
| testTokenizeTaskstokenizer_phpTasks2 | Success | | 0.004 |
| testTokenizeTaskstokenizer_phpTasks3 | Success | | 0.003 |
| testTokenizeTaskstokenizer_phpTasks4 | Success | | 0.004 |
| testTokenizeTaskstokenizer_phpTasks5 | Success | | 0.003 |
| testTokenizeTaskstokenizer_phpTasks6 | Success | | 0.003 |
| testTokenizePhpWithHtmltokenizer_phpInHtml | Success | | 0.009 |
| testTokenizePhpWithHtmltokenizer_phpCodeAsHtmlAttributeKey | Success | | 0.015 |
| testTokenizePhpWithHtmltokenizer_phpCodeAsHtmlAttributeValue | Success | | 0.013 |
| testYylexAllPhp | Success | | 0.399 |
| testYylexlargeFile1 | Success | | 0.241 |
| testYylexlargeFile2 | Success | | 0.132 |
| testYylexlargeFile3 | Success | | 0.148 |
| testYylexlargeFile4 | Success | | 0.098 |
| testYylexbig_class | Success | | 0.018 |
| testYylexcc | Success | | 0.050 |
| testYylexclass_check | Success | | 0.073 |
| testYylexclass_example | Success | | 0.048 |
| testYylex001 | Success | | 0.003 |
| testYylex002 | Success | | 0.004 |
| testYylex003 | Success | | 0.011 |
| testYylex004 | Success | | 0.007 |
| testYylex005 | Success | | 0.008 |
| testYylex006 | Success | | 0.008 |
| testYylex007 | Success | | 0.008 |
| testYylex008 | Success | | 0.007 |
| testYylex009 | Success | | 0.007 |
| testYylex010 | Success | | 0.007 |
| testYylex011 | Success | | 0.014 |
| testYylex012 | Success | | 0.019 |
| testYylex013 | Success | | 0.005 |
| testAllPhps | Success | | 0.010 |
| testCall001 | Success | | 0.003 |
| testSetGet | Success | | 0.004 |
| testAbstractByInterface | Success | | 0.004 |
| testAbstractClass | Success | | 0.003 |
| testArrayAccess | Success | | 0.003 |
| testAssignOpProperty | Success | | 0.003 |
| testAutoload1 | Success | | 0.003 |
| testAutoload6 | Success | | 0.002 |
| testCC | Success | | 0.005 |
| testClassCheck | Success | | 0.004 |
| testBug20175 | Success | | 0.004 |
| testDesructor | Success | | 0.002 |
| testInterface | Success | | 0.014 |
| testBug209768 | Success | | 0.011 |
| testLanguageModel4 | Success | | 1.475 |
| testLanguageModel5 | Success | | 1.848 |
| testBug191887 | Error | test unique expected:<1> but was:<0>
junit.framework.AssertionFailedError: test unique expected:<1> but was:<0> at org.eclipse.php.test.headless.core.phpModel.parser.TestLanguagesModel5.testBug191887(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.002 |
| testAllPhps | Success | | 0.004 |
| testFileInspector | Success | | 0.003 |
| test15_VarGlobalUnused | Success | | 0.002 |
| testBigClass | Success | | 0.002 |
| testCC | Success | | 0.005 |
| testClassCheck | Success | | 0.003 |
| testClassExample | Success | | 0.004 |
| testClass032 | Success | | 0.004 |
| testLargeFile4 | Success | | 0.005 |
| testCreateTextSequence | Error | null 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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.007 |
| testCreateTextSequenceWithComments | Error | null 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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.005 |
| testCreateTextSequenceInsideBrackets | Error | null 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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.004 |
| testCreateTextSequenceAfterSemicolumn | Error | null 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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.005 |
| testCreateTextSequenceCompositeSequence | Error | null 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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.004 |
| testCreateTextSequenceWithLineComment | Error | null 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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.005 |
| testInClassDeclaration | Error | expected:<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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.005 |
| testInClassDeclaration2 | Success | | 0.003 |
| testInFuctionDeclaration | Error | expected:<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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.005 |
| testInFunctionDeclaration2 | Success | | 0.003 |
| testGetPrivousTriggerIndex | Error | N/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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.004 |
| testGetPrivousTriggerIndex2 | Error | N/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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.004 |
| testGetPrivousTriggerIndex3 | Error | N/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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.004 |
| testGetPrivousTriggerIndex4 | Error | N/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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.006 |
| testGetPrivousTriggerIndex5 | Success | | 0.003 |
| testGetPrivousTriggerIndex6 | Success | | 0.003 |
| testReadIdentifierStartIndex | Error | N/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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.004 |
| testReadIdentifierEndIndex | Error | expected:<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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.004 |
| testPartitionInHTML | Success | | 0.004 |
| testPartitionStandalone | Success | | 0.003 |
| testPartitionPhpAsHTMLAttributeKey | Success | | 0.004 |
| testPartitionPhpAsHTMLAttributeValue | Success | | 0.003 |
| testInLineHtml | Success | | 0.084 |
| testArrayStatements | Success | | 0.008 |
| testClassComments | Success | | 0.025 |
| testDeclarationStatements | Success | | 0.017 |
| testForeachStatements | Success | | 0.013 |
| testForStatements | Success | | 0.019 |
| testIfStatements | Success | | 0.016 |
| testPHPWithinHtmlTag | Success | | 0.224 |
| testPHPWithHtml | Success | | 0.633 |
| testSwitchStatements | Success | | 0.033 |
| testTryStatements | Success | | 0.014 |
| testWhileStatements | Success | | 0.026 |
| testContentType | Success | | 0.000 |
| testGetFileData | Error | null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>
junit.framework.ComparisonFailure: null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]> at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testGetFileData(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.004 |
| testGetPhpFile | Error | null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>
junit.framework.ComparisonFailure: null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]> at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testGetPhpFile(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.003 |
| testMatchingClasses | Error | null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php]>
junit.framework.ComparisonFailure: null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php]> at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testMatchingClasses(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.003 |
| testMatchingFunctions | Error | expected:<1> but was:<0>
junit.framework.AssertionFailedError: expected:<1> but was:<0> at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testMatchingFunctions(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.003 |
| testMatchingElements | Error | null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php]>
junit.framework.ComparisonFailure: null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php]> at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testMatchingElements(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.003 |
| testIncludeModelLocation | Success | | 0.002 |
| testGetInterfaces | Error | null expected:<ModelUtilInterface [(in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilInterface [in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php]>
junit.framework.ComparisonFailure: null expected:<ModelUtilInterface [(in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilInterface [in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php]> at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testGetInterfaces(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.002 |
| testGetSuperClass | Error | null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php]>
junit.framework.ComparisonFailure: null expected:<ModelUtilClass [(in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<ModelUtilClass [in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php]> at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testGetSuperClass(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.003 |
| testGetSuperClassName | Success | | 0.002 |
| testGetParent | Error | null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]>
junit.framework.ComparisonFailure: null expected:<...til/phpModelUtil.php[ (in /Smoke Test Project PHP5-1200532217573/phpModelUtil/phpModelUtil.php)]> but was:<...til/phpModelUtil.php[]> at org.eclipse.php.test.headless.core.phpModel.TestPhpModelUtil.testGetParent(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:193) 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:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:561) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:501) at org.eclipse.equinox.launcher.Main.run(Main.java:1239) at org.eclipse.equinox.launcher.Main.main(Main.java:1215) at org.eclipse.core.launcher.Main.main(Main.java:30)
| 0.002 |
| testGetModifier | Success | | 0.002 |
| testGetFunctionsToOverride | Success | | 0.002 |
| testGetContainerFromString | Success | | 0.004 |
| testDummyMethods | Success | | 0.002 |
| testHasSuperClass | Success | | 0.003 |
| testGetExternalResources | Success | | 0.112 |