]> CyberLeo.Net >> Repos - Github/sugarcrm.git/commit
Added unit tests.
authorJohn Mertic <jmertic@sugarcrm.com>
Tue, 26 Apr 2011 18:19:08 +0000 (14:19 -0400)
committerJohn Mertic <jmertic@sugarcrm.com>
Tue, 26 Apr 2011 18:19:08 +0000 (14:19 -0400)
commitc49c378861c7d7755a64bbd04116d5ef9322f34d
tree57e290875875e7efad7532e409d1fe99644b1ec4
parent3fe6c08a49535ee33f2ca388c9add31f8bb7898c
Added unit tests.
697 files changed:
tests/ModuleInstall/Bug41829Test.php [new file with mode: 0755]
tests/ModuleInstall/ModuleScannerTest.php [new file with mode: 0755]
tests/ModuleInstall/PackageManager/Bug39980Test.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/AbstractTester.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Constraint/DataSetIsEqual.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Constraint/TableIsEqual.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/DataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/DefaultDatabaseConnection.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/FilteredDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/IDatabaseConnection.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/IMetaData.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/MetaData.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/MetaData/InformationSchema.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/MetaData/MySQL.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/MetaData/Oci.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/MetaData/PgSQL.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/MetaData/Sqlite.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/ResultSetTable.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/Table.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/TableIterator.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DB/TableMetaData.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/AbstractDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/AbstractTable.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/AbstractTableMetaData.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/AbstractXmlDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/CompositeDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/CsvDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/DataSetFilter.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/DefaultDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/DefaultTable.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/DefaultTableIterator.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/DefaultTableMetaData.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/FlatXmlDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/IDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/IPersistable.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/ITable.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/ITableIterator.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/ITableMetaData.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/Persistors/Abstract.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/Persistors/FlatXml.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/Persistors/Xml.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/QueryDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/QueryTable.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/ReplacementDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/ReplacementTable.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/ReplacementTableIterator.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/TableFilter.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/TableMetaDataFilter.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DataSet/XmlDataSet.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/DefaultTester.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/ITester.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/Composite.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/Delete.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/DeleteAll.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/Exception.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/Factory.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/IDatabaseOperation.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/Insert.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/Null.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/Replace.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/RowBased.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/Truncate.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/Operation/Update.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Database/TestCase.php [new file with mode: 0755]
tests/PHPUnit/Extensions/GroupTestSuite.php [new file with mode: 0755]
tests/PHPUnit/Extensions/OutputTestCase.php [new file with mode: 0755]
tests/PHPUnit/Extensions/PerformanceTestCase.php [new file with mode: 0755]
tests/PHPUnit/Extensions/PhptTestCase.php [new file with mode: 0755]
tests/PHPUnit/Extensions/PhptTestCase/Logger.php [new file with mode: 0755]
tests/PHPUnit/Extensions/PhptTestSuite.php [new file with mode: 0755]
tests/PHPUnit/Extensions/RepeatedTest.php [new file with mode: 0755]
tests/PHPUnit/Extensions/SeleniumTestCase.php [new file with mode: 0755]
tests/PHPUnit/Extensions/SeleniumTestCase/Driver.php [new file with mode: 0755]
tests/PHPUnit/Extensions/SeleniumTestCase/append.php [new file with mode: 0755]
tests/PHPUnit/Extensions/SeleniumTestCase/phpunit_coverage.php [new file with mode: 0755]
tests/PHPUnit/Extensions/SeleniumTestCase/prepend.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/Given.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/ResultPrinter.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/ResultPrinter/HTML.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/ResultPrinter/Template/scenario.html.dist [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/ResultPrinter/Template/scenario_header.html.dist [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/ResultPrinter/Template/scenarios.html.dist [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/ResultPrinter/Template/step.html.dist [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/ResultPrinter/Text.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/Scenario.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/SeleniumTestCase.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/Step.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/TestCase.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/Then.php [new file with mode: 0755]
tests/PHPUnit/Extensions/Story/When.php [new file with mode: 0755]
tests/PHPUnit/Extensions/TestDecorator.php [new file with mode: 0755]
tests/PHPUnit/Framework.php [new file with mode: 0755]
tests/PHPUnit/Framework/Assert.php [new file with mode: 0755]
tests/PHPUnit/Framework/AssertionFailedError.php [new file with mode: 0755]
tests/PHPUnit/Framework/ComparisonFailure.php [new file with mode: 0755]
tests/PHPUnit/Framework/ComparisonFailure/Array.php [new file with mode: 0755]
tests/PHPUnit/Framework/ComparisonFailure/Object.php [new file with mode: 0755]
tests/PHPUnit/Framework/ComparisonFailure/Scalar.php [new file with mode: 0755]
tests/PHPUnit/Framework/ComparisonFailure/String.php [new file with mode: 0755]
tests/PHPUnit/Framework/ComparisonFailure/Type.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/And.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/ArrayHasKey.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/Attribute.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/ClassHasAttribute.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/ClassHasStaticAttribute.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/FileExists.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/GreaterThan.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/IsAnything.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/IsEqual.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/IsFalse.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/IsIdentical.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/IsInstanceOf.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/IsNull.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/IsTrue.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/IsType.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/LessThan.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/Not.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/ObjectHasAttribute.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/Or.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/PCREMatch.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/StringContains.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/TraversableContains.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/TraversableContainsOnly.php [new file with mode: 0755]
tests/PHPUnit/Framework/Constraint/Xor.php [new file with mode: 0755]
tests/PHPUnit/Framework/Error.php [new file with mode: 0755]
tests/PHPUnit/Framework/Error/Notice.php [new file with mode: 0755]
tests/PHPUnit/Framework/Error/Warning.php [new file with mode: 0755]
tests/PHPUnit/Framework/ExpectationFailedException.php [new file with mode: 0755]
tests/PHPUnit/Framework/IncompleteTest.php [new file with mode: 0755]
tests/PHPUnit/Framework/IncompleteTestError.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Builder/Identity.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Builder/InvocationMocker.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Builder/Match.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Builder/MethodNameMatch.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Builder/Namespace.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Builder/ParametersMatch.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Builder/Stub.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Invocation.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/InvocationMocker.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Invokable.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher/AnyInvokedCount.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher/AnyParameters.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher/Invocation.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher/InvokedAtLeastOnce.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher/MethodName.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher/Parameters.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Matcher/StatelessInvocation.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Mock.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/MockObject.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Stub.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Stub/ConsecutiveCalls.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Stub/Exception.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Stub/MatcherCollection.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Stub/Return.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Stub/ReturnArgument.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Stub/ReturnCallback.php [new file with mode: 0755]
tests/PHPUnit/Framework/MockObject/Verifiable.php [new file with mode: 0755]
tests/PHPUnit/Framework/SelfDescribing.php [new file with mode: 0755]
tests/PHPUnit/Framework/SkippedTest.php [new file with mode: 0755]
tests/PHPUnit/Framework/SkippedTestError.php [new file with mode: 0755]
tests/PHPUnit/Framework/SkippedTestSuiteError.php [new file with mode: 0755]
tests/PHPUnit/Framework/Test.php [new file with mode: 0755]
tests/PHPUnit/Framework/TestCase.php [new file with mode: 0755]
tests/PHPUnit/Framework/TestFailure.php [new file with mode: 0755]
tests/PHPUnit/Framework/TestListener.php [new file with mode: 0755]
tests/PHPUnit/Framework/TestResult.php [new file with mode: 0755]
tests/PHPUnit/Framework/TestSuite.php [new file with mode: 0755]
tests/PHPUnit/Framework/Warning.php [new file with mode: 0755]
tests/PHPUnit/Runner/BaseTestRunner.php [new file with mode: 0755]
tests/PHPUnit/Runner/IncludePathTestCollector.php [new file with mode: 0755]
tests/PHPUnit/Runner/StandardTestSuiteLoader.php [new file with mode: 0755]
tests/PHPUnit/Runner/TestCollector.php [new file with mode: 0755]
tests/PHPUnit/Runner/TestSuiteLoader.php [new file with mode: 0755]
tests/PHPUnit/Runner/Version.php [new file with mode: 0755]
tests/PHPUnit/Samples/BankAccount/BankAccount.php [new file with mode: 0755]
tests/PHPUnit/Samples/BankAccount/BankAccountTest.php [new file with mode: 0755]
tests/PHPUnit/Samples/BankAccountDB/BankAccount.php [new file with mode: 0755]
tests/PHPUnit/Samples/BankAccountDB/BankAccountDBTest.php [new file with mode: 0755]
tests/PHPUnit/Samples/BankAccountDB/BankAccountDBTestMySQL.php [new file with mode: 0755]
tests/PHPUnit/Samples/BankAccountDB/_files/bank-account-after-deposits.xml [new file with mode: 0755]
tests/PHPUnit/Samples/BankAccountDB/_files/bank-account-after-new-account.xml [new file with mode: 0755]
tests/PHPUnit/Samples/BankAccountDB/_files/bank-account-after-withdrawals.xml [new file with mode: 0755]
tests/PHPUnit/Samples/BankAccountDB/_files/bank-account-seed.xml [new file with mode: 0755]
tests/PHPUnit/Samples/BowlingGame/BowlingGame.php [new file with mode: 0755]
tests/PHPUnit/Samples/BowlingGame/BowlingGameSpec.php [new file with mode: 0755]
tests/PHPUnit/Samples/BowlingGame/BowlingGameTest.php [new file with mode: 0755]
tests/PHPUnit/Samples/FailureTest.php [new file with mode: 0755]
tests/PHPUnit/Samples/Money/IMoney.php [new file with mode: 0755]
tests/PHPUnit/Samples/Money/Money.php [new file with mode: 0755]
tests/PHPUnit/Samples/Money/MoneyBag.php [new file with mode: 0755]
tests/PHPUnit/Samples/Money/MoneyTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/AllTests.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/AllTests.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/AllTests.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/DataSet/AllTests.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/DataSet/CompositeDataSetTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/DataSet/CsvDataSetTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/DataSet/FilterTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/DataSet/PersistorTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/DataSet/QueryDataSetTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/DataSet/QueryTableTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/DataSet/ReplacementDataSetTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/DataSet/ReplacementTableTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/DataSet/XmlDataSetsTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/Operation/AllTests.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/Operation/OperationsTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/Operation/RowBasedTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/CsvDataSets/table1.csv [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/CsvDataSets/table2.csv [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/DatabaseTestUtility.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/AllEmptyTableInsertResult.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/AllEmptyTableInsertTest.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/DeleteAllOperationTest.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/DeleteOperationResult.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/DeleteOperationTest.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/EmptyTableInsertResult.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/EmptyTableInsertTest.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/FilteredTestComparison.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/FilteredTestFixture.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/FlatXmlDataSet.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/FlatXmlWriter.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/InsertOperationResult.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/InsertOperationTest.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/OperationsTestFixture.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/QueryDataSetTest.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/ReplaceOperationResult.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/ReplaceOperationTest.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/RowBasedExecute.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/UpdateOperationResult.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/UpdateOperationTest.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/XmlDataSet.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets/XmlWriter.xml [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/OutputTestCaseTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/PerformanceTestCaseTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/RepeatedTestTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Extensions/SeleniumTestCaseTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Framework/AllTests.php [new file with mode: 0755]
tests/PHPUnit/Tests/Framework/AssertTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Framework/ComparisonFailureTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Framework/ConstraintTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Framework/MockObjectTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Framework/SuiteTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Framework/TestCaseTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Framework/TestFailureTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Framework/TestImplementorTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Framework/TestListenerTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Regression/578.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/Regression/684.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/Regression/Issue578Test.php [new file with mode: 0755]
tests/PHPUnit/Tests/Regression/Issue684Test.php [new file with mode: 0755]
tests/PHPUnit/Tests/Runner/AllTests.php [new file with mode: 0755]
tests/PHPUnit/Tests/Runner/BaseTestRunnerTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/abstract-test-class.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/concrete-test-class.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-clover-class-extended.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-clover-class.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-clover-method.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-clover-not-private.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-clover-not-protected.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-clover-not-public.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-clover-private.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-clover-protected.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-clover-public.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-clover.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/coverage-source.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/dataset-log-xml.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/debug.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/default.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/exclude-group.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/filter-class.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/filter-method.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/group.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/help.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/help2.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/list-groups.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/log-graphviz.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/log-json.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/log-tap.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/log-xml.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/repeat.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/skeleton.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/story.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/tap.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/testdox-html.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/testdox-text.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/testdox.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/TextUI/verbose.phpt [new file with mode: 0755]
tests/PHPUnit/Tests/Util/AllTests.php [new file with mode: 0755]
tests/PHPUnit/Tests/Util/ConfigurationTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Util/TestDox/AllTests.php [new file with mode: 0755]
tests/PHPUnit/Tests/Util/TestDox/NamePrettifierTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Util/TestTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Util/TimerTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/Util/XMLTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/AbstractTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/AnInterface.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/Calculator.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/ClassWithNonPublicAttributes.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/ConcreteTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/CoverageClassExtendedTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/CoverageClassTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/CoverageMethodTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/CoverageNotPrivateTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/CoverageNotProtectedTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/CoverageNotPublicTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/CoveragePrivateTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/CoverageProtectedTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/CoveragePublicTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/CoveredClass.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/DataSetTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/DoubleTestCase.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/Error.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/Failure.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/FunctionCallback.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/InheritedTestCase.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/MethodCallback.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/MockRunner.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/NoArgTestCaseTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/NoTestCaseClass.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/NoTestCases.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/NonStatic.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/NotPublicTestCase.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/NotVoidTestCase.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/OneTestCase.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/OutputTestCase.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/OverrideTestCase.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/PartialMockTestClass.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/SampleClass.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/SelectorAssertionsFixture.html [new file with mode: 0755]
tests/PHPUnit/Tests/_files/SetupFailure.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/SleepTest.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/Struct.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/Success.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/TearDownFailure.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/TestIterator.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/ThrowExceptionTestCase.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/ThrowNoExceptionTestCase.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/TornDown.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/TornDown2.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/TornDown3.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/TornDown4.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/TornDown5.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/WasRun.php [new file with mode: 0755]
tests/PHPUnit/Tests/_files/bar.xml [new file with mode: 0755]
tests/PHPUnit/Tests/_files/configuration.xml [new file with mode: 0755]
tests/PHPUnit/Tests/_files/foo.xml [new file with mode: 0755]
tests/PHPUnit/Tests/_files/structureAttributesAreSameButValuesAreNot.xml [new file with mode: 0755]
tests/PHPUnit/Tests/_files/structureExpected.xml [new file with mode: 0755]
tests/PHPUnit/Tests/_files/structureIgnoreTextNodes.xml [new file with mode: 0755]
tests/PHPUnit/Tests/_files/structureIsSameButDataIsNot.xml [new file with mode: 0755]
tests/PHPUnit/Tests/_files/structureWrongNumberOfAttributes.xml [new file with mode: 0755]
tests/PHPUnit/Tests/_files/structureWrongNumberOfNodes.xml [new file with mode: 0755]
tests/PHPUnit/Tests/phpunit.xml.dist [new file with mode: 0755]
tests/PHPUnit/TextUI/Command.php [new file with mode: 0755]
tests/PHPUnit/TextUI/ResultPrinter.php [new file with mode: 0755]
tests/PHPUnit/TextUI/TestRunner.php [new file with mode: 0755]
tests/PHPUnit/Util/Class.php [new file with mode: 0755]
tests/PHPUnit/Util/CodeCoverage.php [new file with mode: 0755]
tests/PHPUnit/Util/Configuration.php [new file with mode: 0755]
tests/PHPUnit/Util/ErrorHandler.php [new file with mode: 0755]
tests/PHPUnit/Util/Fileloader.php [new file with mode: 0755]
tests/PHPUnit/Util/Filesystem.php [new file with mode: 0755]
tests/PHPUnit/Util/Filter.php [new file with mode: 0755]
tests/PHPUnit/Util/FilterIterator.php [new file with mode: 0755]
tests/PHPUnit/Util/Getopt.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/CPD.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/CodeCoverage/Database.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/CodeCoverage/XML/Clover.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/CodeCoverage/XML/Source.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/Database.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/Database/MySQL.sql [new file with mode: 0755]
tests/PHPUnit/Util/Log/Database/SQLite3.sql [new file with mode: 0755]
tests/PHPUnit/Util/Log/GraphViz.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/JSON.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/Metrics.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PEAR.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Class.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Class/DepthOfInheritanceTree.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Class/EfferentCoupling.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Class/ExcessiveClassLength.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Class/ExcessivePublicCount.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Class/TooManyFields.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/File.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Function.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Function/CRAP.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Function/CodeCoverage.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Function/CyclomaticComplexity.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Function/ExcessiveMethodLength.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Function/ExcessiveParameterList.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Function/NPathComplexity.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Project.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/PMD/Rule/Project/CRAP.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/TAP.php [new file with mode: 0755]
tests/PHPUnit/Util/Log/XML.php [new file with mode: 0755]
tests/PHPUnit/Util/Metrics.php [new file with mode: 0755]
tests/PHPUnit/Util/Metrics/Class.php [new file with mode: 0755]
tests/PHPUnit/Util/Metrics/File.php [new file with mode: 0755]
tests/PHPUnit/Util/Metrics/Function.php [new file with mode: 0755]
tests/PHPUnit/Util/Metrics/Project.php [new file with mode: 0755]
tests/PHPUnit/Util/PDO.php [new file with mode: 0755]
tests/PHPUnit/Util/Printer.php [new file with mode: 0755]
tests/PHPUnit/Util/Report.php [new file with mode: 0755]
tests/PHPUnit/Util/Report/Node.php [new file with mode: 0755]
tests/PHPUnit/Util/Report/Node/Directory.php [new file with mode: 0755]
tests/PHPUnit/Util/Report/Node/File.php [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/butter.png [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/chameleon.png [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/close12_1.gif [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/container-min.js [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/container.css [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/directory.html.dist [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/directory_item.html.dist [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/file.html.dist [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/file_item.html.dist [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/file_no_yui.html.dist [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/glass.png [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/method_item.html.dist [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/scarlet_red.png [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/snow.png [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/style.css [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/yahoo-dom-event.js [new file with mode: 0755]
tests/PHPUnit/Util/Report/Template/yui_item.js [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton.php [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Class.php [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Template/Class.tpl.dist [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Template/IncompleteTestMethod.tpl.dist [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Template/Method.tpl.dist [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Template/TestClass.tpl.dist [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Template/TestMethod.tpl.dist [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Template/TestMethodBool.tpl.dist [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Template/TestMethodBoolStatic.tpl.dist [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Template/TestMethodException.tpl.dist [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Template/TestMethodExceptionStatic.tpl.dist [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Template/TestMethodStatic.tpl.dist [new file with mode: 0755]
tests/PHPUnit/Util/Skeleton/Test.php [new file with mode: 0755]
tests/PHPUnit/Util/Template.php [new file with mode: 0755]
tests/PHPUnit/Util/Test.php [new file with mode: 0755]
tests/PHPUnit/Util/TestDox/NamePrettifier.php [new file with mode: 0755]
tests/PHPUnit/Util/TestDox/ResultPrinter.php [new file with mode: 0755]
tests/PHPUnit/Util/TestDox/ResultPrinter/HTML.php [new file with mode: 0755]
tests/PHPUnit/Util/TestDox/ResultPrinter/Text.php [new file with mode: 0755]
tests/PHPUnit/Util/TestSuiteIterator.php [new file with mode: 0755]
tests/PHPUnit/Util/Timer.php [new file with mode: 0755]
tests/PHPUnit/Util/Type.php [new file with mode: 0755]
tests/PHPUnit/Util/XML.php [new file with mode: 0755]
tests/SugarTestAccountUtilities.php [new file with mode: 0755]
tests/SugarTestCampaignUtilities.php [new file with mode: 0755]
tests/SugarTestContactUtilities.php [new file with mode: 0755]
tests/SugarTestEmailUtilities.php [new file with mode: 0755]
tests/SugarTestHelper.php [new file with mode: 0755]
tests/SugarTestImportUtilities.php [new file with mode: 0755]
tests/SugarTestLangPackCreator.php [new file with mode: 0755]
tests/SugarTestLeadUtilities.php [new file with mode: 0755]
tests/SugarTestMeetingUtilities.php [new file with mode: 0755]
tests/SugarTestMergeUtilities.php [new file with mode: 0755]
tests/SugarTestStudioUtilities.php [new file with mode: 0755]
tests/SugarTestThemeUtilities.php [new file with mode: 0755]
tests/SugarTestTrackerUtility.php [new file with mode: 0755]
tests/SugarTestUserUtilities.php [new file with mode: 0755]
tests/codecoverage.xml [new file with mode: 0755]
tests/data/Bug39780Test.php [new file with mode: 0755]
tests/data/Bug40739Test.php [new file with mode: 0755]
tests/data/fixUpFormatting.php [new file with mode: 0755]
tests/expressions/expression_engine_eval.php [new file with mode: 0755]
tests/expressions/expression_engine_test.html [new file with mode: 0755]
tests/include/Dashlets/Bug41013Test.php [new file with mode: 0755]
tests/include/Dashlets/DashletLoadLanguageTest.php [new file with mode: 0755]
tests/include/Expressions/Actions/ActionFactory.php [new file with mode: 0755]
tests/include/Expressions/Expression/Parser/Parser.php [new file with mode: 0755]
tests/include/JSONTest.php [new file with mode: 0755]
tests/include/Localization/LocalizationTest.php [new file with mode: 0755]
tests/include/MVC/Controller/SugarControllerTest.php [new file with mode: 0755]
tests/include/MVC/SugarApplicationTest.php [new file with mode: 0755]
tests/include/MVC/SugarModuleTest.php [new file with mode: 0755]
tests/include/MVC/View/Bug40019Test.php [new file with mode: 0755]
tests/include/MVC/View/LoadMenuTest.php [new file with mode: 0755]
tests/include/MassUpdateTest.php [new file with mode: 0755]
tests/include/OutboundEmail/Bug23140Test.php [new file with mode: 0755]
tests/include/OutboundEmail/Bug32487Test.php [new file with mode: 0755]
tests/include/Popup/Bug36329Test.php [new file with mode: 0755]
tests/include/SearchForm/SugarSpotTest.php [new file with mode: 0755]
tests/include/Smarty/plugins/FunctionMultienumToArrayTest.php [new file with mode: 0755]
tests/include/Smarty/plugins/FunctionSugarHelpTest.php [new file with mode: 0755]
tests/include/Smarty/plugins/FunctionSugarLinkTest.php [new file with mode: 0755]
tests/include/Smarty/plugins/FunctionSugarTranslateTest.php [new file with mode: 0755]
tests/include/SubPanel/Bug40171Test.php [new file with mode: 0755]
tests/include/SubPanel/Bug41738Test.php [new file with mode: 0755]
tests/include/SubPanel/GetUnionRelatedTest.php [new file with mode: 0755]
tests/include/SugarEmailAddress/Bug40068Test.php [new file with mode: 0755]
tests/include/SugarEmailAddress/SugarEmailAddressRegexTest.php [new file with mode: 0755]
tests/include/SugarFields/Fields/Enum/SugarFieldEnumTest.php [new file with mode: 0755]
tests/include/SugarFields/Fields/Relate/SugarFieldRelateTest.php [new file with mode: 0755]
tests/include/SugarFolders/Bug33404Test.php [new file with mode: 0755]
tests/include/SugarFolders/Bug33906Test.php [new file with mode: 0755]
tests/include/SugarFolders/SugarFoldersTest.php [new file with mode: 0755]
tests/include/SugarLogger/SugarLoggerTest.php [new file with mode: 0755]
tests/include/SugarObjects/BasicTemplateTest.php [new file with mode: 0755]
tests/include/SugarObjects/PersonTemplateTest.php [new file with mode: 0755]
tests/include/SugarObjects/SugarConfigTest.php [new file with mode: 0755]
tests/include/SugarObjects/SugarRegistryTest.php [new file with mode: 0755]
tests/include/SugarTheme/SugarThemeRegistryTest.php [new file with mode: 0755]
tests/include/SugarTheme/SugarThemeTest.php [new file with mode: 0755]
tests/include/TimeDateTest.php [new file with mode: 0755]
tests/include/connectors/ConnectorsTestUtility.php [new file with mode: 0755]
tests/include/database/DBHelperTest.php [new file with mode: 0755]
tests/include/database/DBManagerFactoryTest.php [new file with mode: 0755]
tests/include/database/DBManagerTest.php [new file with mode: 0755]
tests/include/database/FreeTDSManagerTest.php [new file with mode: 0755]
tests/include/javascript/JSAlertsTest.php [new file with mode: 0755]
tests/include/javascript/JavascriptTest.php [new file with mode: 0755]
tests/include/utils/Bug22882Test.php [new file with mode: 0755]
tests/include/utils/Bug33284_Test.php [new file with mode: 0755]
tests/include/utils/Bug42427Test.php [new file with mode: 0755]
tests/include/utils/CheckPhpVersionTest.php [new file with mode: 0755]
tests/include/utils/CheckPlatformTest.php [new file with mode: 0755]
tests/include/utils/CreateCacheDirectoryTest.php [new file with mode: 0755]
tests/include/utils/DbUtilsTest.php [new file with mode: 0755]
tests/include/utils/DeepArrayDiffTest.php [new file with mode: 0755]
tests/include/utils/ExternalCacheAPITest.php [new file with mode: 0755]
tests/include/utils/SugarArrayMergeRecursiveTest.php [new file with mode: 0755]
tests/include/utils/SugarArrayMergeTest.php [new file with mode: 0755]
tests/include/utils/SugarArrayTest.php [new file with mode: 0755]
tests/include/utils/SugarFileUtilsTest.php [new file with mode: 0755]
tests/include/utils/SugarVersionTest.php [new file with mode: 0755]
tests/include/utils/XssTest.php [new file with mode: 0755]
tests/include/vCard/ISO88591SampleFile.vcf [new file with mode: 0755]
tests/include/vCard/SimpleVCard.vcf [new file with mode: 0755]
tests/include/vCard/UTF8SampleFile.vcf [new file with mode: 0755]
tests/include/vCard/vCardBug40629Test.php [new file with mode: 0755]
tests/include/vCard/vCardTest.php [new file with mode: 0755]
tests/include/workflow/testfiles/logic_hooks.php [new file with mode: 0755]
tests/include/workflow/testfiles/workflow/actions_array.php [new file with mode: 0755]
tests/include/workflow/testfiles/workflow/alerts_array.php [new file with mode: 0755]
tests/include/workflow/testfiles/workflow/plugins_array.php [new file with mode: 0755]
tests/include/workflow/testfiles/workflow/triggers_array.php [new file with mode: 0755]
tests/include/workflow/testfiles/workflow/workflow.php [new file with mode: 0755]
tests/install/QuotesSeedDataTest.php [new file with mode: 0755]
tests/modules/Administration/Bug36978Test.php [new file with mode: 0755]
tests/modules/Administration/UpgradeHistoryTest.php [new file with mode: 0755]
tests/modules/Calendar/Bug20626Test.php [new file with mode: 0755]
tests/modules/Calls/Bug39161Test.php [new file with mode: 0755]
tests/modules/Calls/CallHelperTest.php [new file with mode: 0755]
tests/modules/CampaignLog/CampaignLogTest.php [new file with mode: 0755]
tests/modules/CampaignTrackers/CampaignTrackersTest.php [new file with mode: 0755]
tests/modules/Campaigns/Bug35014Test.php [new file with mode: 0755]
tests/modules/Campaigns/Bug40233Test.php [new file with mode: 0755]
tests/modules/Configurator/ConfiguratorTest.php [new file with mode: 0755]
tests/modules/Contacts/Bug15255Test.php [new file with mode: 0755]
tests/modules/Contacts/Bug7825Test.php [new file with mode: 0755]
tests/modules/DynamicFields/Bug24095Test.php [new file with mode: 0755]
tests/modules/DynamicFields/Bug39766Test.php [new file with mode: 0755]
tests/modules/DynamicFields/RepairCustomFieldsTest.php [new file with mode: 0755]
tests/modules/DynamicFields/URLFieldTest.php [new file with mode: 0755]
tests/modules/EmailAddresses/EmailAddressTest.php [new file with mode: 0755]
tests/modules/Emails/Bug32489Test.php [new file with mode: 0755]
tests/modules/Emails/Bug40527Test.php [new file with mode: 0755]
tests/modules/Emails/ComposePackageTest.php [new file with mode: 0755]
tests/modules/Emails/EmailTest.php [new file with mode: 0755]
tests/modules/Emails/EmailUITest.php [new file with mode: 0755]
tests/modules/Emails/FindEmailFromBeanIdsTest.php [new file with mode: 0755]
tests/modules/Emails/HandleBodyInHTMLformatTest.php [new file with mode: 0755]
tests/modules/Home/QuickSearchTests.php [new file with mode: 0755]
tests/modules/Home/UnifiedSearchAdvancedTest.php [new file with mode: 0755]
tests/modules/Import/Bug39494ImportFile.txt [new file with mode: 0755]
tests/modules/Import/ImportCacheFilesTest.php [new file with mode: 0755]
tests/modules/Import/ImportDuplicateCheckTest.php [new file with mode: 0755]
tests/modules/Import/ImportFieldSanitizeTest.php [new file with mode: 0755]
tests/modules/Import/ImportFileSplitterTest.php [new file with mode: 0755]
tests/modules/Import/ImportFileTest.php [new file with mode: 0755]
tests/modules/Import/ImportFormsTest.php [new file with mode: 0755]
tests/modules/Import/ImportMapTest.php [new file with mode: 0755]
tests/modules/Import/UsersLastImportTest.php [new file with mode: 0755]
tests/modules/InboundEmail/AutoCreateImportFolderTest.php [new file with mode: 0755]
tests/modules/InboundEmail/InboundEmailTest.php [new file with mode: 0755]
tests/modules/Leads/ConvertLeadTests.php [new file with mode: 0755]
tests/modules/ModuleBuilder/Module/StudioModuleTest.php [new file with mode: 0755]
tests/modules/ModuleBuilder/parsers/AbstractMetaDataParserTest.php [new file with mode: 0755]
tests/modules/ModuleBuilder/views/ViewListVIewTest.php [new file with mode: 0755]
tests/modules/MySettings/StoreQueryTest.php [new file with mode: 0755]
tests/modules/Notes/NotesTest.php [new file with mode: 0755]
tests/modules/Tasks/TasksTest.php [new file with mode: 0755]
tests/modules/Trackers/Bug40019_Test.php [new file with mode: 0755]
tests/modules/Trackers/TrackerCreateDefaultUserTest.php [new file with mode: 0755]
tests/modules/Trackers/TrackerManagerTest.php [new file with mode: 0755]
tests/modules/Trackers/TrackerMetricsTest.php [new file with mode: 0755]
tests/modules/Trackers/TrackerMonitorTest.php [new file with mode: 0755]
tests/modules/Trackers/TrackerReportsUsageTest.php [new file with mode: 0755]
tests/modules/Trackers/TrackerSaveTest.php [new file with mode: 0755]
tests/modules/Trackers/TrackerTestUtility.php [new file with mode: 0755]
tests/modules/Trackers/TrackerUpgradeDashletTest.php [new file with mode: 0755]
tests/modules/UpgradeWizard/Bug30709Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/Bug30709_Part_2_Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/Bug32003_Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/Bug32382Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/Bug42643Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SilentUpgradeSessionVarsTest.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug36257Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug36481Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37231Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37295Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37461Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37597Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37692Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37704Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37725Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37841Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37850Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37862Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37917Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug37921Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug39057Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/Bug39059Test.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/LeadsMergeTest.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/600/modules/Contacts/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/600/modules/Contacts/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/600/modules/Contacts/metadata/listviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/600/modules/Contacts/metadata/popupdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/600/modules/Contacts/metadata/quickcreatedefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/600/modules/Contacts/metadata/searchdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/custom/modules/Contacts/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/custom/modules/Contacts/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/custom/modules/Contacts/metadata/listviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/custom/modules/Contacts/metadata/popupdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/custom/modules/Contacts/metadata/quickcreatedefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/ce_metadata_files/custom/modules/Contacts/metadata/searchdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/cit_metadata_files/554/modules/Leads/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/cit_metadata_files/custom/modules/Leads/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/520/modules/Quotes/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/550/modules/Contacts/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/551/modules/Contacts/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/551/modules/Contacts/metadata/searchdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/551/modules/Leads/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/551/modules/Leads/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/551/modules/Notes/metadata/searchdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/custom/modules/Contacts/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/custom/modules/Leads/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/custom/modules/Leads/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/metadata_files/custom/modules/Quotes/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/551/modules/Meetings/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/554/modules/Leads/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/554/modules/Opportunities/metadata/listviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/610/custom/modules/Accounts/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/610/oob/modules/Accounts/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Accounts/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Accounts/metadata/listviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Contacts/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Contacts/metadata/searchdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Leads/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Meetings/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Notes/metadata/searchdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Opportunities/metadata/listviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Project/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/od_metadata_files/custom/modules/Project/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/551/modules/Accounts/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/551/modules/Accounts/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/551/modules/Accounts/metadata/listviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/551/modules/Accounts/metadata/searchdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/551/modules/Contacts/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/551/modules/Contacts/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/551/modules/Opportunities/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/551/modules/Opportunities/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/551/modules/Opportunities/metadata/searchdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/custom/modules/Accounts/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/custom/modules/Accounts/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/custom/modules/Accounts/metadata/listviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/custom/modules/Accounts/metadata/searchdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/custom/modules/Contacts/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/custom/modules/Contacts/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/custom/modules/Opportunities/metadata/detailviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/custom/modules/Opportunities/metadata/editviewdefs.php [new file with mode: 0755]
tests/modules/UpgradeWizard/SugarMerge/siupgrade_metadata_files/custom/modules/Opportunities/metadata/searchdefs.php [new file with mode: 0755]
tests/modules/Users/UserTest.php [new file with mode: 0755]
tests/phpuc.xml [new file with mode: 0755]
tests/phpunit.bat [new file with mode: 0755]
tests/phpunit.php [new file with mode: 0755]
tests/phpunit.xml [new file with mode: 0755]
tests/service/APIv3Helper.php [new file with mode: 0755]
tests/service/Bug39234Test.php [new file with mode: 0755]
tests/service/Bug39855Test.php [new file with mode: 0755]
tests/service/Bug40250Test.php [new file with mode: 0755]
tests/service/Bug42683Test.php [new file with mode: 0755]
tests/service/RESTAPI3Test.php [new file with mode: 0755]
tests/service/SOAPAPI1Test.php [new file with mode: 0755]
tests/service/SOAPAPI2Test.php [new file with mode: 0755]
tests/service/SOAPAPI3Test.php [new file with mode: 0755]
tests/service/SOAPTestCase.php [new file with mode: 0755]
tests/tests/SugarTestImportUtilitiesTest.php [new file with mode: 0755]
tests/tests/SugarTestLangPackCreatorTest.php [new file with mode: 0755]
tests/tests/SugarTestThemeUtilitiesTest.php [new file with mode: 0755]
tests/tests/SugarTestUserUtilitiesTest.php [new file with mode: 0755]