-
ligaard
2008-11-27 09:42
#7
Rev.: 14335
-
0 lines of code changed in 442 files:
-
PHPUnit-3.3.4/PHPUnit:
Framework.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions:
GroupTestSuite.php (del),
OutputTestCase.php (del),
PerformanceTestCase.php (del),
PhptTestCase.php (del),
PhptTestSuite.php (del),
RepeatedTest.php (del),
SeleniumTestCase.php (del),
TestDecorator.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database:
AbstractTester.php (del),
DefaultTester.php (del),
ITester.php (del),
TestCase.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/Constraint:
DataSetIsEqual.php (del),
TableIsEqual.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/DB:
DataSet.php (del),
DefaultDatabaseConnection.php (del),
FilteredDataSet.php (del),
IDatabaseConnection.php (del),
IMetaData.php (del),
MetaData.php (del),
ResultSetTable.php (del),
Table.php (del),
TableIterator.php (del),
TableMetaData.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/DB/MetaData:
InformationSchema.php (del),
MySQL.php (del),
Oci.php (del),
PgSQL.php (del),
Sqlite.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/DataSet:
AbstractDataSet.php (del),
AbstractTable.php (del),
AbstractTableMetaData.php (del),
AbstractXmlDataSet.php (del),
CompositeDataSet.php (del),
CsvDataSet.php (del),
DataSetFilter.php (del),
DefaultDataSet.php (del),
DefaultTable.php (del),
DefaultTableIterator.php (del),
DefaultTableMetaData.php (del),
FlatXmlDataSet.php (del),
IDataSet.php (del),
IPersistable.php (del),
ITable.php (del),
ITableIterator.php (del),
ITableMetaData.php (del),
QueryDataSet.php (del),
QueryTable.php (del),
ReplacementDataSet.php (del),
ReplacementTable.php (del),
ReplacementTableIterator.php (del),
TableFilter.php (del),
TableMetaDataFilter.php (del),
XmlDataSet.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/DataSet/Persistors:
Abstract.php (del),
FlatXml.php (del),
Xml.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/Operation:
Composite.php (del),
Delete.php (del),
DeleteAll.php (del),
Exception.php (del),
Factory.php (del),
IDatabaseOperation.php (del),
Insert.php (del),
Null.php (del),
Replace.php (del),
RowBased.php (del),
Truncate.php (del),
Update.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/PhptTestCase:
Logger.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/SeleniumTestCase:
Driver.php (del),
append.php (del),
phpunit_coverage.php (del),
prepend.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Story:
Given.php (del),
ResultPrinter.php (del),
Scenario.php (del),
SeleniumTestCase.php (del),
Step.php (del),
TestCase.php (del),
Then.php (del),
When.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Story/ResultPrinter:
HTML.php (del),
Text.php (del)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Story/ResultPrinter/Template:
scenario.html.dist (del),
scenario_header.html.dist (del),
scenarios.html.dist (del),
step.html.dist (del)
-
PHPUnit-3.3.4/PHPUnit/Framework:
Assert.php (del),
AssertionFailedError.php (del),
ComparisonFailure.php (del),
Constraint.php (del),
Error.php (del),
ExpectationFailedException.php (del),
IncompleteTest.php (del),
IncompleteTestError.php (del),
SelfDescribing.php (del),
SkippedTest.php (del),
SkippedTestError.php (del),
SkippedTestSuiteError.php (del),
Test.php (del),
TestCase.php (del),
TestFailure.php (del),
TestListener.php (del),
TestResult.php (del),
TestSuite.php (del),
Warning.php (del)
-
PHPUnit-3.3.4/PHPUnit/Framework/ComparisonFailure:
Array.php (del),
Object.php (del),
Scalar.php (del),
String.php (del),
Type.php (del)
-
PHPUnit-3.3.4/PHPUnit/Framework/Constraint:
And.php (del),
ArrayHasKey.php (del),
Attribute.php (del),
ClassHasAttribute.php (del),
ClassHasStaticAttribute.php (del),
FileExists.php (del),
GreaterThan.php (del),
IsAnything.php (del),
IsEqual.php (del),
IsFalse.php (del),
IsIdentical.php (del),
IsInstanceOf.php (del),
IsNull.php (del),
IsTrue.php (del),
IsType.php (del),
LessThan.php (del),
Not.php (del),
ObjectHasAttribute.php (del),
Or.php (del),
PCREMatch.php (del),
StringContains.php (del),
TraversableContains.php (del),
TraversableContainsOnly.php (del),
Xor.php (del)
-
PHPUnit-3.3.4/PHPUnit/Framework/Error:
Notice.php (del),
Warning.php (del)
-
PHPUnit-3.3.4/PHPUnit/Framework/MockObject:
Invocation.php (del),
InvocationMocker.php (del),
Invokable.php (del),
Matcher.php (del),
Mock.php (del),
MockObject.php (del),
Stub.php (del),
Verifiable.php (del)
-
PHPUnit-3.3.4/PHPUnit/Framework/MockObject/Builder:
Identity.php (del),
InvocationMocker.php (del),
Match.php (del),
MethodNameMatch.php (del),
Namespace.php (del),
ParametersMatch.php (del),
Stub.php (del)
-
PHPUnit-3.3.4/PHPUnit/Framework/MockObject/Matcher:
AnyInvokedCount.php (del),
AnyParameters.php (del),
Invocation.php (del),
InvokedAtIndex.php (del),
InvokedAtLeastOnce.php (del),
InvokedCount.php (del),
InvokedRecorder.php (del),
MethodName.php (del),
Parameters.php (del),
StatelessInvocation.php (del)
-
PHPUnit-3.3.4/PHPUnit/Framework/MockObject/Stub:
ConsecutiveCalls.php (del),
Exception.php (del),
MatcherCollection.php (del),
Return.php (del),
ReturnArgument.php (del),
ReturnCallback.php (del)
-
PHPUnit-3.3.4/PHPUnit/Runner:
BaseTestRunner.php (del),
IncludePathTestCollector.php (del),
StandardTestSuiteLoader.php (del),
TestCollector.php (del),
TestSuiteLoader.php (del),
Version.php (del)
-
PHPUnit-3.3.4/PHPUnit/Samples:
FailureTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Samples/BankAccount:
BankAccount.php (del),
BankAccountTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Samples/BankAccountDB:
BankAccount.php (del),
BankAccountDBTest.php (del),
BankAccountDBTestMySQL.php (del)
-
PHPUnit-3.3.4/PHPUnit/Samples/BankAccountDB/_files:
bank-account-after-deposits.xml (del),
bank-account-after-new-account.xml (del),
bank-account-after-withdrawals.xml (del),
bank-account-seed.xml (del)
-
PHPUnit-3.3.4/PHPUnit/Samples/BowlingGame:
BowlingGame.php (del),
BowlingGameSpec.php (del),
BowlingGameTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Samples/Money:
IMoney.php (del),
Money.php (del),
MoneyBag.php (del),
MoneyTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests:
AllTests.php (del),
config.xml.dist (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions:
AllTests.php (del),
OutputTestCaseTest.php (del),
PerformanceTestCaseTest.php (del),
RepeatedTestTest.php (del),
SeleniumTestCaseTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database:
AllTests.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database/DataSet:
AllTests.php (del),
CompositeDataSetTest.php (del),
CsvDataSetTest.php (del),
FilterTest.php (del),
PersistorTest.php (del),
QueryDataSetTest.php (del),
QueryTableTest.php (del),
ReplacementDataSetTest.php (del),
ReplacementTableTest.php (del),
XmlDataSetsTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database/Operation:
AllTests.php (del),
OperationsTest.php (del),
RowBasedTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database/_files:
DatabaseTestUtility.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database/_files/CsvDataSets:
table1.csv (del),
table2.csv (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets:
AllEmptyTableInsertResult.xml (del),
AllEmptyTableInsertTest.xml (del),
DeleteAllOperationTest.xml (del),
DeleteOperationResult.xml (del),
DeleteOperationTest.xml (del),
EmptyTableInsertResult.xml (del),
EmptyTableInsertTest.xml (del),
FilteredTestComparison.xml (del),
FilteredTestFixture.xml (del),
FlatXmlDataSet.xml (del),
FlatXmlWriter.xml (del),
InsertOperationResult.xml (del),
InsertOperationTest.xml (del),
OperationsTestFixture.xml (del),
QueryDataSetTest.xml (del),
ReplaceOperationResult.xml (del),
ReplaceOperationTest.xml (del),
RowBasedExecute.xml (del),
UpdateOperationResult.xml (del),
UpdateOperationTest.xml (del),
XmlDataSet.xml (del),
XmlWriter.xml (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Framework:
AllTests.php (del),
AssertTest.php (del),
ComparisonFailureTest.php (del),
ConstraintTest.php (del),
MockObjectTest.php (del),
SuiteTest.php (del),
TestCaseTest.php (del),
TestFailureTest.php (del),
TestImplementorTest.php (del),
TestListenerTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Regression:
578.phpt (del),
Issue578Test.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Runner:
AllTests.php (del),
BaseTestRunnerTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/TextUI:
coverage-clover-class-extended.phpt (del),
coverage-clover-class.phpt (del),
coverage-clover-method.phpt (del),
coverage-clover-not-private.phpt (del),
coverage-clover-not-protected.phpt (del),
coverage-clover-not-public.phpt (del),
coverage-clover-private.phpt (del),
coverage-clover-protected.phpt (del),
coverage-clover-public.phpt (del),
coverage-clover.phpt (del),
coverage-source.phpt (del),
dataset-log-xml.phpt (del),
debug.phpt (del),
default.phpt (del),
exclude-group.phpt (del),
filter-class.phpt (del),
filter-method.phpt (del),
group.phpt (del),
help.phpt (del),
help2.phpt (del),
list-groups.phpt (del),
log-graphviz.phpt (del),
log-json.phpt (del),
log-tap.phpt (del),
log-xml.phpt (del),
repeat.phpt (del),
skeleton.phpt (del),
story.phpt (del),
tap.phpt (del),
testdox-html.phpt (del),
testdox-text.phpt (del),
testdox.phpt (del),
verbose.phpt (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Util:
AllTests.php (del),
ConfigurationTest.php (del),
TimerTest.php (del),
XMLTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/Util/TestDox:
AllTests.php (del),
NamePrettifierTest.php (del)
-
PHPUnit-3.3.4/PHPUnit/Tests/_files:
AnInterface.php (del),
Calculator.php (del),
ClassWithNonPublicAttributes.php (del),
CoverageClassExtendedTest.php (del),
CoverageClassTest.php (del),
CoverageMethodTest.php (del),
CoverageNotPrivateTest.php (del),
CoverageNotProtectedTest.php (del),
CoverageNotPublicTest.php (del),
CoveragePrivateTest.php (del),
CoverageProtectedTest.php (del),
CoveragePublicTest.php (del),
CoveredClass.php (del),
DataSetTest.php (del),
DoubleTestCase.php (del),
Error.php (del),
Failure.php (del),
FunctionCallback.php (del),
InheritedTestCase.php (del),
MethodCallback.php (del),
MockRunner.php (del),
NoArgTestCaseTest.php (del),
NoTestCaseClass.php (del),
NoTestCases.php (del),
NonStatic.php (del),
NotPublicTestCase.php (del),
NotVoidTestCase.php (del),
OneTestCase.php (del),
OutputTestCase.php (del),
OverrideTestCase.php (del),
PartialMockTestClass.php (del),
SampleClass.php (del),
SelectorAssertionsFixture.html (del),
SetupFailure.php (del),
SleepTest.php (del),
Struct.php (del),
Success.php (del),
TearDownFailure.php (del),
TestIterator.php (del),
ThrowExceptionTestCase.php (del),
ThrowNoExceptionTestCase.php (del),
TornDown.php (del),
TornDown2.php (del),
TornDown3.php (del),
TornDown4.php (del),
TornDown5.php (del),
WasRun.php (del),
bar.xml (del),
configuration.xml (del),
foo.xml (del),
structureAttributesAreSameButValuesAreNot.xml (del),
structureExpected.xml (del),
structureIgnoreTextNodes.xml (del),
structureIsSameButDataIsNot.xml (del),
structureWrongNumberOfAttributes.xml (del),
structureWrongNumberOfNodes.xml (del)
-
PHPUnit-3.3.4/PHPUnit/TextUI:
Command.php (del),
ResultPrinter.php (del),
TestRunner.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util:
Class.php (del),
CodeCoverage.php (del),
Configuration.php (del),
ErrorHandler.php (del),
Fileloader.php (del),
Filesystem.php (del),
Filter.php (del),
FilterIterator.php (del),
Getopt.php (del),
Metrics.php (del),
PDO.php (del),
Printer.php (del),
Report.php (del),
Skeleton.php (del),
Template.php (del),
Test.php (del),
TestSuiteIterator.php (del),
Timer.php (del),
Type.php (del),
XML.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Log:
CPD.php (del),
Database.php (del),
GraphViz.php (del),
JSON.php (del),
Metrics.php (del),
PEAR.php (del),
PMD.php (del),
TAP.php (del),
XML.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/CodeCoverage:
Database.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/CodeCoverage/XML:
Clover.php (del),
Source.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/Database:
MySQL.sql (del),
SQLite3.sql (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/PMD:
Rule.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/PMD/Rule:
Class.php (del),
File.php (del),
Function.php (del),
Project.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/PMD/Rule/Class:
DepthOfInheritanceTree.php (del),
EfferentCoupling.php (del),
ExcessiveClassLength.php (del),
ExcessivePublicCount.php (del),
TooManyFields.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/PMD/Rule/Function:
CRAP.php (del),
CodeCoverage.php (del),
CyclomaticComplexity.php (del),
ExcessiveMethodLength.php (del),
ExcessiveParameterList.php (del),
NPathComplexity.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/PMD/Rule/Project:
CRAP.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Metrics:
Class.php (del),
File.php (del),
Function.php (del),
Project.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Report:
Node.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Report/Node:
Directory.php (del),
File.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Report/Template:
butter.png (del),
chameleon.png (del),
close12_1.gif (del),
container-min.js (del),
container.css (del),
directory.html.dist (del),
directory_item.html.dist (del),
file.html.dist (del),
file_item.html.dist (del),
file_no_yui.html.dist (del),
glass.png (del),
method_item.html.dist (del),
scarlet_red.png (del),
snow.png (del),
style.css (del),
yahoo-dom-event.js (del),
yui_item.js (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Skeleton:
Class.php (del),
Test.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/Skeleton/Template:
Class.tpl.dist (del),
IncompleteTestMethod.tpl.dist (del),
Method.tpl.dist (del),
TestClass.tpl.dist (del),
TestMethod.tpl.dist (del),
TestMethodBool.tpl.dist (del),
TestMethodBoolStatic.tpl.dist (del),
TestMethodException.tpl.dist (del),
TestMethodExceptionStatic.tpl.dist (del),
TestMethodStatic.tpl.dist (del)
-
PHPUnit-3.3.4/PHPUnit/Util/TestDox:
NamePrettifier.php (del),
ResultPrinter.php (del)
-
PHPUnit-3.3.4/PHPUnit/Util/TestDox/ResultPrinter:
HTML.php (del),
Text.php (del)
-
ligaard
2008-11-27 09:39
#6
Rev.: 14333
-
3 lines of code changed in 1 file:
-
ligaard
2008-11-27 09:14
#5
Rev.: 14332
-
66386 lines of code changed in 446 files:
-
NEWS (+5),
ext_localconf.php (+1 -1)
-
PHPUnit-3.3.5/PHPUnit:
Framework.php (new 72)
-
PHPUnit-3.3.5/PHPUnit/Extensions:
GroupTestSuite.php (new 110),
OutputTestCase.php (new 195),
PerformanceTestCase.php (new 118),
PhptTestCase.php (new 249),
PhptTestSuite.php (new 95),
RepeatedTest.php (new 153),
SeleniumTestCase.php (new 1314),
TestDecorator.php (new 158)
-
PHPUnit-3.3.5/PHPUnit/Extensions/Database:
AbstractTester.php (new 206),
DefaultTester.php (new 95),
ITester.php (new 128),
TestCase.php (new 254)
-
PHPUnit-3.3.5/PHPUnit/Extensions/Database/Constraint:
DataSetIsEqual.php (new 132),
TableIsEqual.php (new 133)
-
PHPUnit-3.3.5/PHPUnit/Extensions/Database/DB:
DataSet.php (new 174),
DefaultDatabaseConnection.php (new 231),
FilteredDataSet.php (new 95),
IDatabaseConnection.php (new 145),
IMetaData.php (new 114),
MetaData.php (new 215),
ResultSetTable.php (new 92),
Table.php (new 84),
TableIterator.php (new 176),
TableMetaData.php (new 75)
-
PHPUnit-3.3.5/PHPUnit/Extensions/Database/DB/MetaData:
InformationSchema.php (new 184),
MySQL.php (new 137),
Oci.php (new 159),
PgSQL.php (new 164),
Sqlite.php (new 152)
-
PHPUnit-3.3.5/PHPUnit/Extensions/Database/DataSet:
AbstractDataSet.php (new 178),
AbstractTable.php (new 218),
AbstractTableMetaData.php (new 136),
AbstractXmlDataSet.php (new 150),
CompositeDataSet.php (new 130),
CsvDataSet.php (new 158),
DataSetFilter.php (new 144),
DefaultDataSet.php (new 109),
DefaultTable.php (new 124),
DefaultTableIterator.php (new 173),
DefaultTableMetaData.php (new 91),
FlatXmlDataSet.php (new 111),
IDataSet.php (new 104),
IPersistable.php (new 77),
ITable.php (new 104),
ITableIterator.php (new 81),
ITableMetaData.php (new 95),
QueryDataSet.php (new 142),
QueryTable.php (new 172),
ReplacementDataSet.php (new 140),
ReplacementTable.php (new 250),
ReplacementTableIterator.php (new 197),
TableFilter.php (new 107),
TableMetaDataFilter.php (new 125),
XmlDataSet.php (new 141)
-
PHPUnit-3.3.5/PHPUnit/Extensions/Database/DataSet/Persistors:
Abstract.php (new 137),
FlatXml.php (new 157),
Xml.php (new 161)
-
PHPUnit-3.3.5/PHPUnit/Extensions/Database/Operation:
Composite.php (new 106),
Delete.php (new 98),
DeleteAll.php (new 87),
Exception.php (new 137),
Factory.php (new 157),
IDatabaseOperation.php (new 78),
Insert.php (new 108),
Null.php (new 74),
Replace.php (new 148),
RowBased.php (new 125),
Truncate.php (new 96),
Update.php (new 103)
-
PHPUnit-3.3.5/PHPUnit/Extensions/PhptTestCase:
Logger.php (new 69)
-
PHPUnit-3.3.5/PHPUnit/Extensions/SeleniumTestCase:
Driver.php (new 1048),
append.php (new 66),
phpunit_coverage.php (new 86),
prepend.php (new 54)
-
PHPUnit-3.3.5/PHPUnit/Extensions/Story:
Given.php (new 79),
ResultPrinter.php (new 110),
Scenario.php (new 200),
SeleniumTestCase.php (new 209),
Step.php (new 135),
TestCase.php (new 217),
Then.php (new 79),
When.php (new 79)
-
PHPUnit-3.3.5/PHPUnit/Extensions/Story/ResultPrinter:
HTML.php (new 209),
Text.php (new 158)
-
PHPUnit-3.3.5/PHPUnit/Extensions/Story/ResultPrinter/Template:
scenario.html.dist (new 13),
scenario_header.html.dist (new 6),
scenarios.html.dist (new 60),
step.html.dist (new 6)
-
PHPUnit-3.3.5/PHPUnit/Framework:
Assert.php (new 2045),
AssertionFailedError.php (new 102),
ComparisonFailure.php (new 285),
Constraint.php (new 176),
Error.php (new 87),
ExpectationFailedException.php (new 106),
IncompleteTest.php (new 71),
IncompleteTestError.php (new 72),
SelfDescribing.php (new 76),
SkippedTest.php (new 70),
SkippedTestError.php (new 72),
SkippedTestSuiteError.php (new 72),
Test.php (new 78),
TestCase.php (new 1032),
TestFailure.php (new 251),
TestListener.php (new 138),
TestResult.php (new 731),
TestSuite.php (new 873),
Warning.php (new 100)
-
PHPUnit-3.3.5/PHPUnit/Framework/ComparisonFailure:
Array.php (new 145),
Object.php (new 150),
Scalar.php (new 108),
String.php (new 120),
Type.php (new 82)
-
PHPUnit-3.3.5/PHPUnit/Framework/Constraint:
And.php (new 141),
ArrayHasKey.php (new 112),
Attribute.php (new 121),
ClassHasAttribute.php (new 112),
ClassHasStaticAttribute.php (new 105),
FileExists.php (new 121),
GreaterThan.php (new 99),
IsAnything.php (new 101),
IsEqual.php (new 312),
IsFalse.php (new 88),
IsIdentical.php (new 138),
IsInstanceOf.php (new 131),
IsNull.php (new 88),
IsTrue.php (new 88),
IsType.php (new 178),
LessThan.php (new 99),
Not.php (new 128),
ObjectHasAttribute.php (new 91),
Or.php (new 144),
PCREMatch.php (new 108),
StringContains.php (new 121),
TraversableContains.php (new 117),
TraversableContainsOnly.php (new 110),
Xor.php (new 149)
-
PHPUnit-3.3.5/PHPUnit/Framework/Error:
Notice.php (new 76),
Warning.php (new 76)
-
PHPUnit-3.3.5/PHPUnit/Framework/MockObject:
Invocation.php (new 138),
InvocationMocker.php (new 165),
Invokable.php (new 91),
Matcher.php (new 280),
Mock.php (new 449),
MockObject.php (new 88),
Stub.php (new 90),
Verifiable.php (new 75)
-
PHPUnit-3.3.5/PHPUnit/Framework/MockObject/Builder:
Identity.php (new 80),
InvocationMocker.php (new 156),
Match.php (new 77),
MethodNameMatch.php (new 79),
Namespace.php (new 88),
ParametersMatch.php (new 100),
Stub.php (new 77)
-
PHPUnit-3.3.5/PHPUnit/Framework/MockObject/Matcher:
AnyInvokedCount.php (new 79),
AnyParameters.php (new 79),
Invocation.php (new 99),
InvokedAtIndex.php (new 115),
InvokedAtLeastOnce.php (new 87),
InvokedCount.php (new 134),
InvokedRecorder.php (new 100),
MethodName.php (new 95),
Parameters.php (new 145),
StatelessInvocation.php (new 81)
-
PHPUnit-3.3.5/PHPUnit/Framework/MockObject/Stub:
ConsecutiveCalls.php (new 97),
Exception.php (new 90),
MatcherCollection.php (new 76),
Return.php (new 90),
ReturnArgument.php (new 87),
ReturnCallback.php (new 102)
-
PHPUnit-3.3.5/PHPUnit/Runner:
BaseTestRunner.php (new 304),
IncludePathTestCollector.php (new 160),
StandardTestSuiteLoader.php (new 160),
TestCollector.php (new 71),
TestSuiteLoader.php (new 78),
Version.php (new 83)
-
PHPUnit-3.3.5/PHPUnit/Samples:
FailureTest.php (new 114)
-
PHPUnit-3.3.5/PHPUnit/Samples/BankAccount:
BankAccount.php (new 121),
BankAccountTest.php (new 138)
-
PHPUnit-3.3.5/PHPUnit/Samples/BankAccountDB:
BankAccount.php (new 210),
BankAccountDBTest.php (new 150),
BankAccountDBTestMySQL.php (new 150)
-
PHPUnit-3.3.5/PHPUnit/Samples/BankAccountDB/_files:
bank-account-after-deposits.xml (new 6),
bank-account-after-new-account.xml (new 7),
bank-account-after-withdrawals.xml (new 6),
bank-account-seed.xml (new 6)
-
PHPUnit-3.3.5/PHPUnit/Samples/BowlingGame:
BowlingGame.php (new 107),
BowlingGameSpec.php (new 183),
BowlingGameTest.php (new 110)
-
PHPUnit-3.3.5/PHPUnit/Samples/Money:
IMoney.php (new 73),
Money.php (new 151),
MoneyBag.php (new 250),
MoneyTest.php (new 248)
-
PHPUnit-3.3.5/PHPUnit/Tests:
AllTests.php (new 91),
config.xml.dist (new 14)
-
PHPUnit-3.3.5/PHPUnit/Tests/Extensions:
AllTests.php (new 88),
OutputTestCaseTest.php (new 101),
PerformanceTestCaseTest.php (new 85),
RepeatedTestTest.php (new 118),
SeleniumTestCaseTest.php (new 165)
-
PHPUnit-3.3.5/PHPUnit/Tests/Extensions/Database:
AllTests.php (new 84)
-
PHPUnit-3.3.5/PHPUnit/Tests/Extensions/Database/DataSet:
AllTests.php (new 96),
CompositeDataSetTest.php (new 174),
CsvDataSetTest.php (new 134),
FilterTest.php (new 89),
PersistorTest.php (new 116),
QueryDataSetTest.php (new 144),
QueryTableTest.php (new 144),
ReplacementDataSetTest.php (new 330),
ReplacementTableTest.php (new 265),
XmlDataSetsTest.php (new 144)
-
PHPUnit-3.3.5/PHPUnit/Tests/Extensions/Database/Operation:
AllTests.php (new 82),
OperationsTest.php (new 195),
RowBasedTest.php (new 187)
-
PHPUnit-3.3.5/PHPUnit/Tests/Extensions/Database/_files:
DatabaseTestUtility.php (new 116)
-
PHPUnit-3.3.5/PHPUnit/Tests/Extensions/Database/_files/CsvDataSets:
table1.csv (new 4),
table2.csv (new 5)
-
PHPUnit-3.3.5/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets:
AllEmptyTableInsertResult.xml (new 9),
AllEmptyTableInsertTest.xml (new 4),
DeleteAllOperationTest.xml (new 6),
DeleteOperationResult.xml (new 7),
DeleteOperationTest.xml (new 5),
EmptyTableInsertResult.xml (new 11),
EmptyTableInsertTest.xml (new 6),
FilteredTestComparison.xml (new 9),
FilteredTestFixture.xml (new 8),
FlatXmlDataSet.xml (new 9),
FlatXmlWriter.xml (new 32),
InsertOperationResult.xml (new 12),
InsertOperationTest.xml (new 6),
OperationsTestFixture.xml (new 9),
QueryDataSetTest.xml (new 31),
ReplaceOperationResult.xml (new 12),
ReplaceOperationTest.xml (new 9),
RowBasedExecute.xml (new 6),
UpdateOperationResult.xml (new 9),
UpdateOperationTest.xml (new 6),
XmlDataSet.xml (new 65),
XmlWriter.xml (new 28)
-
PHPUnit-3.3.5/PHPUnit/Tests/Framework:
AllTests.php (new 96),
AssertTest.php (new 3059),
ComparisonFailureTest.php (new 144),
ConstraintTest.php (new 1198),
MockObjectTest.php (new 251),
SuiteTest.php (new 198),
TestCaseTest.php (new 297),
TestFailureTest.php (new 1090),
TestImplementorTest.php (new 87),
TestListenerTest.php (new 154)
-
PHPUnit-3.3.5/PHPUnit/Tests/Regression:
578.phpt (new 35),
Issue578Test.php (new 22)
-
PHPUnit-3.3.5/PHPUnit/Tests/Runner:
AllTests.php (new 80),
BaseTestRunnerTest.php (new 72)
-
PHPUnit-3.3.5/PHPUnit/Tests/TextUI:
coverage-clover-class-extended.phpt (new 54),
coverage-clover-class.phpt (new 54),
coverage-clover-method.phpt (new 54),
coverage-clover-not-private.phpt (new 54),
coverage-clover-not-protected.phpt (new 54),
coverage-clover-not-public.phpt (new 54),
coverage-clover-private.phpt (new 54),
coverage-clover-protected.phpt (new 54),
coverage-clover-public.phpt (new 54),
coverage-clover.phpt (new 49),
coverage-source.phpt (new 842),
dataset-log-xml.phpt (new 46),
debug.phpt (new 24),
default.phpt (new 17),
exclude-group.phpt (new 19),
filter-class.phpt (new 19),
filter-method.phpt (new 19),
group.phpt (new 19),
help.phpt (new 62),
help2.phpt (new 64),
list-groups.phpt (new 17),
log-graphviz.phpt (new 34),
log-json.phpt (new 19),
log-tap.phpt (new 24),
log-xml.phpt (new 27),
repeat.phpt (new 20),
skeleton.phpt (new 17),
story.phpt (new 78),
tap.phpt (new 16),
testdox-html.phpt (new 19),
testdox-text.phpt (new 23),
testdox.phpt (new 17),
verbose.phpt (new 19)
-
PHPUnit-3.3.5/PHPUnit/Tests/Util:
AllTests.php (new 84),
ConfigurationTest.php (new 324),
TimerTest.php (new 78),
XMLTest.php (new 346)
-
PHPUnit-3.3.5/PHPUnit/Tests/Util/TestDox:
AllTests.php (new 80),
NamePrettifierTest.php (new 108)
-
PHPUnit-3.3.5/PHPUnit/Tests/_files:
AnInterface.php (new 67),
Calculator.php (new 15),
ClassWithNonPublicAttributes.php (new 85),
CoverageClassExtendedTest.php (new 14),
CoverageClassTest.php (new 14),
CoverageMethodTest.php (new 14),
CoverageNotPrivateTest.php (new 14),
CoverageNotProtectedTest.php (new 14),
CoverageNotPublicTest.php (new 14),
CoveragePrivateTest.php (new 14),
CoverageProtectedTest.php (new 14),
CoveragePublicTest.php (new 14),
CoveredClass.php (new 37),
DataSetTest.php (new 21),
DoubleTestCase.php (new 88),
Error.php (new 71),
Failure.php (new 71),
FunctionCallback.php (new 59),
InheritedTestCase.php (new 71),
MethodCallback.php (new 71),
MockRunner.php (new 83),
NoArgTestCaseTest.php (new 70),
NoTestCaseClass.php (new 66),
NoTestCases.php (new 70),
NonStatic.php (new 70),
NotPublicTestCase.php (new 74),
NotVoidTestCase.php (new 67),
OneTestCase.php (new 74),
OutputTestCase.php (new 91),
OverrideTestCase.php (new 71),
PartialMockTestClass.php (new 61),
SampleClass.php (new 76),
SelectorAssertionsFixture.html (new 41),
SetupFailure.php (new 72),
SleepTest.php (new 72),
Struct.php (new 72),
Success.php (new 71),
TearDownFailure.php (new 72),
TestIterator.php (new 98),
ThrowExceptionTestCase.php (new 70),
ThrowNoExceptionTestCase.php (new 69),
TornDown.php (new 79),
TornDown2.php (new 78),
TornDown3.php (new 72),
TornDown4.php (new 72),
TornDown5.php (new 72),
WasRun.php (new 73),
bar.xml (new 1),
configuration.xml (new 101),
foo.xml (new 1),
structureAttributesAreSameButValuesAreNot.xml (new 10),
structureExpected.xml (new 10),
structureIgnoreTextNodes.xml (new 13),
structureIsSameButDataIsNot.xml (new 10),
structureWrongNumberOfAttributes.xml (new 10),
structureWrongNumberOfNodes.xml (new 9)
-
PHPUnit-3.3.5/PHPUnit/TextUI:
Command.php (new 720),
ResultPrinter.php (new 626),
TestRunner.php (new 784)
-
PHPUnit-3.3.5/PHPUnit/Util:
Class.php (new 467),
CodeCoverage.php (new 361),
Configuration.php (new 629),
ErrorHandler.php (new 130),
Fileloader.php (new 197),
Filesystem.php (new 313),
Filter.php (new 561),
FilterIterator.php (new 89),
Getopt.php (new 183),
Metrics.php (new 71),
PDO.php (new 357),
Printer.php (new 205),
Report.php (new 240),
Skeleton.php (new 121),
Template.php (new 179),
Test.php (new 327),
TestSuiteIterator.php (new 153),
Timer.php (new 128),
Type.php (new 197),
XML.php (new 785)
-
PHPUnit-3.3.5/PHPUnit/Util/Log:
CPD.php (new 134),
Database.php (new 516),
GraphViz.php (new 301),
JSON.php (new 282),
Metrics.php (new 182),
PEAR.php (new 245),
PMD.php (new 337),
TAP.php (new 231),
XML.php (new 477)
-
PHPUnit-3.3.5/PHPUnit/Util/Log/CodeCoverage:
Database.php (new 594)
-
PHPUnit-3.3.5/PHPUnit/Util/Log/CodeCoverage/XML:
Clover.php (new 328),
Source.php (new 304)
-
PHPUnit-3.3.5/PHPUnit/Util/Log/Database:
MySQL.sql (new 206),
SQLite3.sql (new 206)
-
PHPUnit-3.3.5/PHPUnit/Util/Log/PMD:
Rule.php (new 89)
-
PHPUnit-3.3.5/PHPUnit/Util/Log/PMD/Rule:
Class.php (new 67),
File.php (new 67),
Function.php (new 68),
Project.php (new 67)
-
PHPUnit-3.3.5/PHPUnit/Util/Log/PMD/Rule/Class:
DepthOfInheritanceTree.php (new 83),
EfferentCoupling.php (new 86),
ExcessiveClassLength.php (new 86),
ExcessivePublicCount.php (new 87),
TooManyFields.php (new 88)
-
PHPUnit-3.3.5/PHPUnit/Util/Log/PMD/Rule/Function:
CRAP.php (new 88),
CodeCoverage.php (new 91),
CyclomaticComplexity.php (new 89),
ExcessiveMethodLength.php (new 86),
ExcessiveParameterList.php (new 86),
NPathComplexity.php (new 87)
-
PHPUnit-3.3.5/PHPUnit/Util/Log/PMD/Rule/Project:
CRAP.php (new 110)
-
PHPUnit-3.3.5/PHPUnit/Util/Metrics:
Class.php (new 731),
File.php (new 328),
Function.php (new 504),
Project.php (new 477)
-
PHPUnit-3.3.5/PHPUnit/Util/Report:
Node.php (new 489)
-
PHPUnit-3.3.5/PHPUnit/Util/Report/Node:
Directory.php (new 394),
File.php (new 874)
-
PHPUnit-3.3.5/PHPUnit/Util/Report/Template:
butter.png (new),
chameleon.png (new),
close12_1.gif (new),
container-min.js (new 19),
container.css (new 325),
directory.html.dist (new 71),
directory_item.html.dist (new 31),
file.html.dist (new 118),
file_item.html.dist (new 31),
file_no_yui.html.dist (new 79),
glass.png (new),
method_item.html.dist (new 22),
scarlet_red.png (new),
snow.png (new),
style.css (new 450),
yahoo-dom-event.js (new 12),
yui_item.js (new 5)
-
PHPUnit-3.3.5/PHPUnit/Util/Skeleton:
Class.php (new 257),
Test.php (new 348)
-
PHPUnit-3.3.5/PHPUnit/Util/Skeleton/Template:
Class.tpl.dist (new 7),
IncompleteTestMethod.tpl.dist (new 10),
Method.tpl.dist (new 9),
TestClass.tpl.dist (new 37),
TestMethod.tpl.dist (new 11),
TestMethodBool.tpl.dist (new 10),
TestMethodBoolStatic.tpl.dist (new 10),
TestMethodException.tpl.dist (new 9),
TestMethodExceptionStatic.tpl.dist (new 9),
TestMethodStatic.tpl.dist (new 11)
-
PHPUnit-3.3.5/PHPUnit/Util/TestDox:
NamePrettifier.php (new 180),
ResultPrinter.php (new 324)
-
PHPUnit-3.3.5/PHPUnit/Util/TestDox/ResultPrinter:
HTML.php (new 128),
Text.php (new 103)
-
doc:
manual.sxw (changed)
-
mod1:
class.tx_phpunit_module1.php (+2 -2)
-
Repository Tag: 3.3.6
-
ligaard
2008-11-10 15:43
#4
Rev.: 13970
-
3 lines of code changed in 1 file:
-
ligaard
2008-11-10 15:27
#3
Rev.: 13969
-
0 lines of code changed in 879 files:
-
PHPUnit-3.3.1/PHPUnit:
Framework.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions:
GroupTestSuite.php (del),
OutputTestCase.php (del),
PerformanceTestCase.php (del),
PhptTestCase.php (del),
PhptTestSuite.php (del),
RepeatedTest.php (del),
SeleniumTestCase.php (del),
TestDecorator.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/Database:
AbstractTester.php (del),
DefaultTester.php (del),
ITester.php (del),
TestCase.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/Database/Constraint:
DataSetIsEqual.php (del),
TableIsEqual.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/Database/DB:
DataSet.php (del),
DefaultDatabaseConnection.php (del),
FilteredDataSet.php (del),
IDatabaseConnection.php (del),
IMetaData.php (del),
MetaData.php (del),
ResultSetTable.php (del),
Table.php (del),
TableIterator.php (del),
TableMetaData.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/Database/DB/MetaData:
InformationSchema.php (del),
MySQL.php (del),
Oci.php (del),
PgSQL.php (del),
Sqlite.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/Database/DataSet:
AbstractDataSet.php (del),
AbstractTable.php (del),
AbstractTableMetaData.php (del),
AbstractXmlDataSet.php (del),
CompositeDataSet.php (del),
CsvDataSet.php (del),
DataSetFilter.php (del),
DefaultDataSet.php (del),
DefaultTable.php (del),
DefaultTableIterator.php (del),
DefaultTableMetaData.php (del),
FlatXmlDataSet.php (del),
IDataSet.php (del),
IPersistable.php (del),
ITable.php (del),
ITableIterator.php (del),
ITableMetaData.php (del),
QueryDataSet.php (del),
QueryTable.php (del),
ReplacementDataSet.php (del),
ReplacementTable.php (del),
ReplacementTableIterator.php (del),
TableFilter.php (del),
TableMetaDataFilter.php (del),
XmlDataSet.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/Database/DataSet/Persistors:
Abstract.php (del),
FlatXml.php (del),
Xml.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/Database/Operation:
Composite.php (del),
Delete.php (del),
DeleteAll.php (del),
Exception.php (del),
Factory.php (del),
IDatabaseOperation.php (del),
Insert.php (del),
Null.php (del),
Replace.php (del),
RowBased.php (del),
Truncate.php (del),
Update.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/PhptTestCase:
Logger.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/SeleniumTestCase:
Driver.php (del),
append.php (del),
phpunit_coverage.php (del),
prepend.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/Story:
Given.php (del),
ResultPrinter.php (del),
Scenario.php (del),
SeleniumTestCase.php (del),
Step.php (del),
TestCase.php (del),
Then.php (del),
When.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/Story/ResultPrinter:
HTML.php (del),
Text.php (del)
-
PHPUnit-3.3.1/PHPUnit/Extensions/Story/ResultPrinter/Template:
scenario.html.dist (del),
scenario_header.html.dist (del),
scenarios.html.dist (del),
step.html.dist (del)
-
PHPUnit-3.3.1/PHPUnit/Framework:
Assert.php (del),
AssertionFailedError.php (del),
ComparisonFailure.php (del),
Constraint.php (del),
Error.php (del),
ExpectationFailedException.php (del),
IncompleteTest.php (del),
IncompleteTestError.php (del),
SelfDescribing.php (del),
SkippedTest.php (del),
SkippedTestError.php (del),
SkippedTestSuiteError.php (del),
Test.php (del),
TestCase.php (del),
TestFailure.php (del),
TestListener.php (del),
TestResult.php (del),
TestSuite.php (del),
Warning.php (del)
-
PHPUnit-3.3.1/PHPUnit/Framework/ComparisonFailure:
Array.php (del),
Object.php (del),
Scalar.php (del),
String.php (del),
Type.php (del)
-
PHPUnit-3.3.1/PHPUnit/Framework/Constraint:
And.php (del),
ArrayHasKey.php (del),
Attribute.php (del),
ClassHasAttribute.php (del),
ClassHasStaticAttribute.php (del),
FileExists.php (del),
GreaterThan.php (del),
IsAnything.php (del),
IsEqual.php (del),
IsFalse.php (del),
IsIdentical.php (del),
IsInstanceOf.php (del),
IsNull.php (del),
IsTrue.php (del),
IsType.php (del),
LessThan.php (del),
Not.php (del),
ObjectHasAttribute.php (del),
Or.php (del),
PCREMatch.php (del),
StringContains.php (del),
TraversableContains.php (del),
TraversableContainsOnly.php (del),
Xor.php (del)
-
PHPUnit-3.3.1/PHPUnit/Framework/Error:
Notice.php (del),
Warning.php (del)
-
PHPUnit-3.3.1/PHPUnit/Framework/MockObject:
Invocation.php (del),
InvocationMocker.php (del),
Invokable.php (del),
Matcher.php (del),
Mock.php (del),
MockObject.php (del),
Stub.php (del),
Verifiable.php (del)
-
PHPUnit-3.3.1/PHPUnit/Framework/MockObject/Builder:
Identity.php (del),
InvocationMocker.php (del),
Match.php (del),
MethodNameMatch.php (del),
Namespace.php (del),
ParametersMatch.php (del),
Stub.php (del)
-
PHPUnit-3.3.1/PHPUnit/Framework/MockObject/Matcher:
AnyInvokedCount.php (del),
AnyParameters.php (del),
Invocation.php (del),
InvokedAtIndex.php (del),
InvokedAtLeastOnce.php (del),
InvokedCount.php (del),
InvokedRecorder.php (del),
MethodName.php (del),
Parameters.php (del),
StatelessInvocation.php (del)
-
PHPUnit-3.3.1/PHPUnit/Framework/MockObject/Stub:
ConsecutiveCalls.php (del),
Exception.php (del),
MatcherCollection.php (del),
Return.php (del),
ReturnArgument.php (del),
ReturnCallback.php (del)
-
PHPUnit-3.3.1/PHPUnit/Runner:
BaseTestRunner.php (del),
IncludePathTestCollector.php (del),
StandardTestSuiteLoader.php (del),
TestCollector.php (del),
TestSuiteLoader.php (del),
Version.php (del)
-
PHPUnit-3.3.1/PHPUnit/Samples:
FailureTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Samples/BankAccount:
BankAccount.php (del),
BankAccountTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Samples/BankAccountDB:
BankAccount.php (del),
BankAccountDBTest.php (del),
BankAccountDBTestMySQL.php (del)
-
PHPUnit-3.3.1/PHPUnit/Samples/BankAccountDB/_files:
bank-account-after-deposits.xml (del),
bank-account-after-new-account.xml (del),
bank-account-after-withdrawals.xml (del),
bank-account-seed.xml (del)
-
PHPUnit-3.3.1/PHPUnit/Samples/BowlingGame:
BowlingGame.php (del),
BowlingGameSpec.php (del),
BowlingGameTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Samples/Money:
IMoney.php (del),
Money.php (del),
MoneyBag.php (del),
MoneyTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Tests:
AllTests.php (del),
config.xml.dist (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Extensions:
AllTests.php (del),
OutputTestCaseTest.php (del),
PerformanceTestCaseTest.php (del),
RepeatedTestTest.php (del),
SeleniumTestCaseTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Extensions/Database:
AllTests.php (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Extensions/Database/DataSet:
AllTests.php (del),
CompositeDataSetTest.php (del),
CsvDataSetTest.php (del),
FilterTest.php (del),
PersistorTest.php (del),
QueryDataSetTest.php (del),
QueryTableTest.php (del),
ReplacementDataSetTest.php (del),
ReplacementTableTest.php (del),
XmlDataSetsTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Extensions/Database/Operation:
AllTests.php (del),
OperationsTest.php (del),
RowBasedTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Extensions/Database/_files:
DatabaseTestUtility.php (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Extensions/Database/_files/CsvDataSets:
table1.csv (del),
table2.csv (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets:
AllEmptyTableInsertResult.xml (del),
AllEmptyTableInsertTest.xml (del),
DeleteAllOperationTest.xml (del),
DeleteOperationResult.xml (del),
DeleteOperationTest.xml (del),
EmptyTableInsertResult.xml (del),
EmptyTableInsertTest.xml (del),
FilteredTestComparison.xml (del),
FilteredTestFixture.xml (del),
FlatXmlDataSet.xml (del),
FlatXmlWriter.xml (del),
InsertOperationResult.xml (del),
InsertOperationTest.xml (del),
OperationsTestFixture.xml (del),
QueryDataSetTest.xml (del),
ReplaceOperationResult.xml (del),
ReplaceOperationTest.xml (del),
RowBasedExecute.xml (del),
UpdateOperationResult.xml (del),
UpdateOperationTest.xml (del),
XmlDataSet.xml (del),
XmlWriter.xml (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Framework:
AllTests.php (del),
AssertTest.php (del),
ComparisonFailureTest.php (del),
ConstraintTest.php (del),
MockObjectTest.php (del),
SuiteTest.php (del),
TestCaseTest.php (del),
TestFailureTest.php (del),
TestImplementorTest.php (del),
TestListenerTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Runner:
AllTests.php (del),
BaseTestRunnerTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/TextUI:
coverage-clover-class-extended.phpt (del),
coverage-clover-class.phpt (del),
coverage-clover-method.phpt (del),
coverage-clover-not-private.phpt (del),
coverage-clover-not-protected.phpt (del),
coverage-clover-not-public.phpt (del),
coverage-clover-private.phpt (del),
coverage-clover-protected.phpt (del),
coverage-clover-public.phpt (del),
coverage-clover.phpt (del),
coverage-source.phpt (del),
dataset-log-xml.phpt (del),
default.phpt (del),
exclude-group.phpt (del),
filter-class.phpt (del),
filter-method.phpt (del),
group.phpt (del),
help.phpt (del),
help2.phpt (del),
list-groups.phpt (del),
log-graphviz.phpt (del),
log-json.phpt (del),
log-tap.phpt (del),
log-xml.phpt (del),
repeat.phpt (del),
skeleton.phpt (del),
story.phpt (del),
tap.phpt (del),
testdox-html.phpt (del),
testdox-text.phpt (del),
testdox.phpt (del),
verbose.phpt (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Util:
AllTests.php (del),
ConfigurationTest.php (del),
TimerTest.php (del),
XMLTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/Util/TestDox:
AllTests.php (del),
NamePrettifierTest.php (del)
-
PHPUnit-3.3.1/PHPUnit/Tests/_files:
AnInterface.php (del),
Calculator.php (del),
ClassWithNonPublicAttributes.php (del),
CoverageClassExtendedTest.php (del),
CoverageClassTest.php (del),
CoverageMethodTest.php (del),
CoverageNotPrivateTest.php (del),
CoverageNotProtectedTest.php (del),
CoverageNotPublicTest.php (del),
CoveragePrivateTest.php (del),
CoverageProtectedTest.php (del),
CoveragePublicTest.php (del),
CoveredClass.php (del),
DataSetTest.php (del),
DoubleTestCase.php (del),
Error.php (del),
Failure.php (del),
FunctionCallback.php (del),
InheritedTestCase.php (del),
MethodCallback.php (del),
MockRunner.php (del),
NoArgTestCaseTest.php (del),
NoTestCaseClass.php (del),
NoTestCases.php (del),
NonStatic.php (del),
NotPublicTestCase.php (del),
NotVoidTestCase.php (del),
OneTestCase.php (del),
OutputTestCase.php (del),
OverrideTestCase.php (del),
PartialMockTestClass.php (del),
SampleClass.php (del),
SelectorAssertionsFixture.html (del),
SetupFailure.php (del),
SleepTest.php (del),
Struct.php (del),
Success.php (del),
TearDownFailure.php (del),
TestIterator.php (del),
ThrowExceptionTestCase.php (del),
ThrowNoExceptionTestCase.php (del),
TornDown.php (del),
TornDown2.php (del),
TornDown3.php (del),
TornDown4.php (del),
TornDown5.php (del),
WasRun.php (del),
bar.xml (del),
configuration.xml (del),
foo.xml (del),
structureAttributesAreSameButValuesAreNot.xml (del),
structureExpected.xml (del),
structureIgnoreTextNodes.xml (del),
structureIsSameButDataIsNot.xml (del),
structureWrongNumberOfAttributes.xml (del),
structureWrongNumberOfNodes.xml (del)
-
PHPUnit-3.3.1/PHPUnit/TextUI:
Command.php (del),
ResultPrinter.php (del),
TestRunner.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util:
Class.php (del),
CodeCoverage.php (del),
Configuration.php (del),
ErrorHandler.php (del),
Fileloader.php (del),
Filesystem.php (del),
Filter.php (del),
FilterIterator.php (del),
Getopt.php (del),
Metrics.php (del),
PDO.php (del),
Printer.php (del),
Report.php (del),
Skeleton.php (del),
Template.php (del),
Test.php (del),
TestSuiteIterator.php (del),
Timer.php (del),
Type.php (del),
XML.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Log:
CPD.php (del),
Database.php (del),
GraphViz.php (del),
JSON.php (del),
Metrics.php (del),
PEAR.php (del),
PMD.php (del),
TAP.php (del),
XML.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Log/CodeCoverage:
Database.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Log/CodeCoverage/XML:
Clover.php (del),
Source.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Log/Database:
MySQL.sql (del),
SQLite3.sql (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Log/PMD:
Rule.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Log/PMD/Rule:
Class.php (del),
File.php (del),
Function.php (del),
Project.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Log/PMD/Rule/Class:
DepthOfInheritanceTree.php (del),
EfferentCoupling.php (del),
ExcessiveClassLength.php (del),
ExcessivePublicCount.php (del),
TooManyFields.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Log/PMD/Rule/Function:
CRAP.php (del),
CodeCoverage.php (del),
CyclomaticComplexity.php (del),
ExcessiveMethodLength.php (del),
ExcessiveParameterList.php (del),
NPathComplexity.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Log/PMD/Rule/Project:
CRAP.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Metrics:
Class.php (del),
File.php (del),
Function.php (del),
Project.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Report:
Node.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Report/Node:
Directory.php (del),
File.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Report/Template:
butter.png (del),
chameleon.png (del),
close12_1.gif (del),
container-min.js (del),
container.css (del),
directory.html.dist (del),
file.html.dist (del),
file_no_yui.html.dist (del),
glass.png (del),
item.html.dist (del),
method_item.html.dist (del),
scarlet_red.png (del),
snow.png (del),
style.css (del),
yahoo-dom-event.js (del),
yui_item.js (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Skeleton:
Class.php (del),
Test.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/Skeleton/Template:
Class.tpl.dist (del),
IncompleteTestMethod.tpl.dist (del),
Method.tpl.dist (del),
TestClass.tpl.dist (del),
TestMethod.tpl.dist (del),
TestMethodBool.tpl.dist (del),
TestMethodBoolStatic.tpl.dist (del),
TestMethodException.tpl.dist (del),
TestMethodExceptionStatic.tpl.dist (del),
TestMethodStatic.tpl.dist (del)
-
PHPUnit-3.3.1/PHPUnit/Util/TestDox:
NamePrettifier.php (del),
ResultPrinter.php (del)
-
PHPUnit-3.3.1/PHPUnit/Util/TestDox/ResultPrinter:
HTML.php (del),
Text.php (del)
-
PHPUnit-3.3.2/PHPUnit:
Framework.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions:
GroupTestSuite.php (del),
OutputTestCase.php (del),
PerformanceTestCase.php (del),
PhptTestCase.php (del),
PhptTestSuite.php (del),
RepeatedTest.php (del),
SeleniumTestCase.php (del),
TestDecorator.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/Database:
AbstractTester.php (del),
DefaultTester.php (del),
ITester.php (del),
TestCase.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/Database/Constraint:
DataSetIsEqual.php (del),
TableIsEqual.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/Database/DB:
DataSet.php (del),
DefaultDatabaseConnection.php (del),
FilteredDataSet.php (del),
IDatabaseConnection.php (del),
IMetaData.php (del),
MetaData.php (del),
ResultSetTable.php (del),
Table.php (del),
TableIterator.php (del),
TableMetaData.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/Database/DB/MetaData:
InformationSchema.php (del),
MySQL.php (del),
Oci.php (del),
PgSQL.php (del),
Sqlite.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/Database/DataSet:
AbstractDataSet.php (del),
AbstractTable.php (del),
AbstractTableMetaData.php (del),
AbstractXmlDataSet.php (del),
CompositeDataSet.php (del),
CsvDataSet.php (del),
DataSetFilter.php (del),
DefaultDataSet.php (del),
DefaultTable.php (del),
DefaultTableIterator.php (del),
DefaultTableMetaData.php (del),
FlatXmlDataSet.php (del),
IDataSet.php (del),
IPersistable.php (del),
ITable.php (del),
ITableIterator.php (del),
ITableMetaData.php (del),
QueryDataSet.php (del),
QueryTable.php (del),
ReplacementDataSet.php (del),
ReplacementTable.php (del),
ReplacementTableIterator.php (del),
TableFilter.php (del),
TableMetaDataFilter.php (del),
XmlDataSet.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/Database/DataSet/Persistors:
Abstract.php (del),
FlatXml.php (del),
Xml.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/Database/Operation:
Composite.php (del),
Delete.php (del),
DeleteAll.php (del),
Exception.php (del),
Factory.php (del),
IDatabaseOperation.php (del),
Insert.php (del),
Null.php (del),
Replace.php (del),
RowBased.php (del),
Truncate.php (del),
Update.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/PhptTestCase:
Logger.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/SeleniumTestCase:
Driver.php (del),
append.php (del),
phpunit_coverage.php (del),
prepend.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/Story:
Given.php (del),
ResultPrinter.php (del),
Scenario.php (del),
SeleniumTestCase.php (del),
Step.php (del),
TestCase.php (del),
Then.php (del),
When.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/Story/ResultPrinter:
HTML.php (del),
Text.php (del)
-
PHPUnit-3.3.2/PHPUnit/Extensions/Story/ResultPrinter/Template:
scenario.html.dist (del),
scenario_header.html.dist (del),
scenarios.html.dist (del),
step.html.dist (del)
-
PHPUnit-3.3.2/PHPUnit/Framework:
Assert.php (del),
AssertionFailedError.php (del),
ComparisonFailure.php (del),
Constraint.php (del),
Error.php (del),
ExpectationFailedException.php (del),
IncompleteTest.php (del),
IncompleteTestError.php (del),
SelfDescribing.php (del),
SkippedTest.php (del),
SkippedTestError.php (del),
SkippedTestSuiteError.php (del),
Test.php (del),
TestCase.php (del),
TestFailure.php (del),
TestListener.php (del),
TestResult.php (del),
TestSuite.php (del),
Warning.php (del)
-
PHPUnit-3.3.2/PHPUnit/Framework/ComparisonFailure:
Array.php (del),
Object.php (del),
Scalar.php (del),
String.php (del),
Type.php (del)
-
PHPUnit-3.3.2/PHPUnit/Framework/Constraint:
And.php (del),
ArrayHasKey.php (del),
Attribute.php (del),
ClassHasAttribute.php (del),
ClassHasStaticAttribute.php (del),
FileExists.php (del),
GreaterThan.php (del),
IsAnything.php (del),
IsEqual.php (del),
IsFalse.php (del),
IsIdentical.php (del),
IsInstanceOf.php (del),
IsNull.php (del),
IsTrue.php (del),
IsType.php (del),
LessThan.php (del),
Not.php (del),
ObjectHasAttribute.php (del),
Or.php (del),
PCREMatch.php (del),
StringContains.php (del),
TraversableContains.php (del),
TraversableContainsOnly.php (del),
Xor.php (del)
-
PHPUnit-3.3.2/PHPUnit/Framework/Error:
Notice.php (del),
Warning.php (del)
-
PHPUnit-3.3.2/PHPUnit/Framework/MockObject:
Invocation.php (del),
InvocationMocker.php (del),
Invokable.php (del),
Matcher.php (del),
Mock.php (del),
MockObject.php (del),
Stub.php (del),
Verifiable.php (del)
-
PHPUnit-3.3.2/PHPUnit/Framework/MockObject/Builder:
Identity.php (del),
InvocationMocker.php (del),
Match.php (del),
MethodNameMatch.php (del),
Namespace.php (del),
ParametersMatch.php (del),
Stub.php (del)
-
PHPUnit-3.3.2/PHPUnit/Framework/MockObject/Matcher:
AnyInvokedCount.php (del),
AnyParameters.php (del),
Invocation.php (del),
InvokedAtIndex.php (del),
InvokedAtLeastOnce.php (del),
InvokedCount.php (del),
InvokedRecorder.php (del),
MethodName.php (del),
Parameters.php (del),
StatelessInvocation.php (del)
-
PHPUnit-3.3.2/PHPUnit/Framework/MockObject/Stub:
ConsecutiveCalls.php (del),
Exception.php (del),
MatcherCollection.php (del),
Return.php (del),
ReturnArgument.php (del),
ReturnCallback.php (del)
-
PHPUnit-3.3.2/PHPUnit/Runner:
BaseTestRunner.php (del),
IncludePathTestCollector.php (del),
StandardTestSuiteLoader.php (del),
TestCollector.php (del),
TestSuiteLoader.php (del),
Version.php (del)
-
PHPUnit-3.3.2/PHPUnit/Samples:
FailureTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Samples/BankAccount:
BankAccount.php (del),
BankAccountTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Samples/BankAccountDB:
BankAccount.php (del),
BankAccountDBTest.php (del),
BankAccountDBTestMySQL.php (del)
-
PHPUnit-3.3.2/PHPUnit/Samples/BankAccountDB/_files:
bank-account-after-deposits.xml (del),
bank-account-after-new-account.xml (del),
bank-account-after-withdrawals.xml (del),
bank-account-seed.xml (del)
-
PHPUnit-3.3.2/PHPUnit/Samples/BowlingGame:
BowlingGame.php (del),
BowlingGameSpec.php (del),
BowlingGameTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Samples/Money:
IMoney.php (del),
Money.php (del),
MoneyBag.php (del),
MoneyTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests:
AllTests.php (del),
config.xml.dist (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Extensions:
AllTests.php (del),
OutputTestCaseTest.php (del),
PerformanceTestCaseTest.php (del),
RepeatedTestTest.php (del),
SeleniumTestCaseTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Extensions/Database:
AllTests.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Extensions/Database/DataSet:
AllTests.php (del),
CompositeDataSetTest.php (del),
CsvDataSetTest.php (del),
FilterTest.php (del),
PersistorTest.php (del),
QueryDataSetTest.php (del),
QueryTableTest.php (del),
ReplacementDataSetTest.php (del),
ReplacementTableTest.php (del),
XmlDataSetsTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Extensions/Database/Operation:
AllTests.php (del),
OperationsTest.php (del),
RowBasedTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Extensions/Database/_files:
DatabaseTestUtility.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Extensions/Database/_files/CsvDataSets:
table1.csv (del),
table2.csv (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets:
AllEmptyTableInsertResult.xml (del),
AllEmptyTableInsertTest.xml (del),
DeleteAllOperationTest.xml (del),
DeleteOperationResult.xml (del),
DeleteOperationTest.xml (del),
EmptyTableInsertResult.xml (del),
EmptyTableInsertTest.xml (del),
FilteredTestComparison.xml (del),
FilteredTestFixture.xml (del),
FlatXmlDataSet.xml (del),
FlatXmlWriter.xml (del),
InsertOperationResult.xml (del),
InsertOperationTest.xml (del),
OperationsTestFixture.xml (del),
QueryDataSetTest.xml (del),
ReplaceOperationResult.xml (del),
ReplaceOperationTest.xml (del),
RowBasedExecute.xml (del),
UpdateOperationResult.xml (del),
UpdateOperationTest.xml (del),
XmlDataSet.xml (del),
XmlWriter.xml (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Framework:
AllTests.php (del),
AssertTest.php (del),
ComparisonFailureTest.php (del),
ConstraintTest.php (del),
MockObjectTest.php (del),
SuiteTest.php (del),
TestCaseTest.php (del),
TestFailureTest.php (del),
TestImplementorTest.php (del),
TestListenerTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Regression:
578.phpt (del),
Issue578Test.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Runner:
AllTests.php (del),
BaseTestRunnerTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/TextUI:
coverage-clover-class-extended.phpt (del),
coverage-clover-class.phpt (del),
coverage-clover-method.phpt (del),
coverage-clover-not-private.phpt (del),
coverage-clover-not-protected.phpt (del),
coverage-clover-not-public.phpt (del),
coverage-clover-private.phpt (del),
coverage-clover-protected.phpt (del),
coverage-clover-public.phpt (del),
coverage-clover.phpt (del),
coverage-source.phpt (del),
dataset-log-xml.phpt (del),
default.phpt (del),
exclude-group.phpt (del),
filter-class.phpt (del),
filter-method.phpt (del),
group.phpt (del),
help.phpt (del),
help2.phpt (del),
list-groups.phpt (del),
log-graphviz.phpt (del),
log-json.phpt (del),
log-tap.phpt (del),
log-xml.phpt (del),
repeat.phpt (del),
skeleton.phpt (del),
story.phpt (del),
tap.phpt (del),
testdox-html.phpt (del),
testdox-text.phpt (del),
testdox.phpt (del),
verbose.phpt (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Util:
AllTests.php (del),
ConfigurationTest.php (del),
TimerTest.php (del),
XMLTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/Util/TestDox:
AllTests.php (del),
NamePrettifierTest.php (del)
-
PHPUnit-3.3.2/PHPUnit/Tests/_files:
AnInterface.php (del),
Calculator.php (del),
ClassWithNonPublicAttributes.php (del),
CoverageClassExtendedTest.php (del),
CoverageClassTest.php (del),
CoverageMethodTest.php (del),
CoverageNotPrivateTest.php (del),
CoverageNotProtectedTest.php (del),
CoverageNotPublicTest.php (del),
CoveragePrivateTest.php (del),
CoverageProtectedTest.php (del),
CoveragePublicTest.php (del),
CoveredClass.php (del),
DataSetTest.php (del),
DoubleTestCase.php (del),
Error.php (del),
Failure.php (del),
FunctionCallback.php (del),
InheritedTestCase.php (del),
MethodCallback.php (del),
MockRunner.php (del),
NoArgTestCaseTest.php (del),
NoTestCaseClass.php (del),
NoTestCases.php (del),
NonStatic.php (del),
NotPublicTestCase.php (del),
NotVoidTestCase.php (del),
OneTestCase.php (del),
OutputTestCase.php (del),
OverrideTestCase.php (del),
PartialMockTestClass.php (del),
SampleClass.php (del),
SelectorAssertionsFixture.html (del),
SetupFailure.php (del),
SleepTest.php (del),
Struct.php (del),
Success.php (del),
TearDownFailure.php (del),
TestIterator.php (del),
ThrowExceptionTestCase.php (del),
ThrowNoExceptionTestCase.php (del),
TornDown.php (del),
TornDown2.php (del),
TornDown3.php (del),
TornDown4.php (del),
TornDown5.php (del),
WasRun.php (del),
bar.xml (del),
configuration.xml (del),
foo.xml (del),
structureAttributesAreSameButValuesAreNot.xml (del),
structureExpected.xml (del),
structureIgnoreTextNodes.xml (del),
structureIsSameButDataIsNot.xml (del),
structureWrongNumberOfAttributes.xml (del),
structureWrongNumberOfNodes.xml (del)
-
PHPUnit-3.3.2/PHPUnit/TextUI:
Command.php (del),
ResultPrinter.php (del),
TestRunner.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util:
Class.php (del),
CodeCoverage.php (del),
Configuration.php (del),
ErrorHandler.php (del),
Fileloader.php (del),
Filesystem.php (del),
Filter.php (del),
FilterIterator.php (del),
Getopt.php (del),
Metrics.php (del),
PDO.php (del),
Printer.php (del),
Report.php (del),
Skeleton.php (del),
Template.php (del),
Test.php (del),
TestSuiteIterator.php (del),
Timer.php (del),
Type.php (del),
XML.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Log:
CPD.php (del),
Database.php (del),
GraphViz.php (del),
JSON.php (del),
Metrics.php (del),
PEAR.php (del),
PMD.php (del),
TAP.php (del),
XML.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Log/CodeCoverage:
Database.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Log/CodeCoverage/XML:
Clover.php (del),
Source.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Log/Database:
MySQL.sql (del),
SQLite3.sql (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Log/PMD:
Rule.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Log/PMD/Rule:
Class.php (del),
File.php (del),
Function.php (del),
Project.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Log/PMD/Rule/Class:
DepthOfInheritanceTree.php (del),
EfferentCoupling.php (del),
ExcessiveClassLength.php (del),
ExcessivePublicCount.php (del),
TooManyFields.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Log/PMD/Rule/Function:
CRAP.php (del),
CodeCoverage.php (del),
CyclomaticComplexity.php (del),
ExcessiveMethodLength.php (del),
ExcessiveParameterList.php (del),
NPathComplexity.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Log/PMD/Rule/Project:
CRAP.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Metrics:
Class.php (del),
File.php (del),
Function.php (del),
Project.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Report:
Node.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Report/Node:
Directory.php (del),
File.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Report/Template:
butter.png (del),
chameleon.png (del),
close12_1.gif (del),
container-min.js (del),
container.css (del),
directory.html.dist (del),
directory_item.html.dist (del),
file.html.dist (del),
file_item.html.dist (del),
file_no_yui.html.dist (del),
glass.png (del),
method_item.html.dist (del),
scarlet_red.png (del),
snow.png (del),
style.css (del),
yahoo-dom-event.js (del),
yui_item.js (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Skeleton:
Class.php (del),
Test.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/Skeleton/Template:
Class.tpl.dist (del),
IncompleteTestMethod.tpl.dist (del),
Method.tpl.dist (del),
TestClass.tpl.dist (del),
TestMethod.tpl.dist (del),
TestMethodBool.tpl.dist (del),
TestMethodBoolStatic.tpl.dist (del),
TestMethodException.tpl.dist (del),
TestMethodExceptionStatic.tpl.dist (del),
TestMethodStatic.tpl.dist (del)
-
PHPUnit-3.3.2/PHPUnit/Util/TestDox:
NamePrettifier.php (del),
ResultPrinter.php (del)
-
PHPUnit-3.3.2/PHPUnit/Util/TestDox/ResultPrinter:
HTML.php (del),
Text.php (del)
-
ligaard
2008-11-10 15:23
#2
Rev.: 13968
-
66355 lines of code changed in 445 files:
-
NEWS (+5),
ext_localconf.php (+1 -1)
-
PHPUnit-3.3.4/PHPUnit:
Framework.php (new 72)
-
PHPUnit-3.3.4/PHPUnit/Extensions:
GroupTestSuite.php (new 110),
OutputTestCase.php (new 195),
PerformanceTestCase.php (new 118),
PhptTestCase.php (new 249),
PhptTestSuite.php (new 95),
RepeatedTest.php (new 153),
SeleniumTestCase.php (new 1314),
TestDecorator.php (new 158)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database:
AbstractTester.php (new 206),
DefaultTester.php (new 95),
ITester.php (new 128),
TestCase.php (new 254)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/Constraint:
DataSetIsEqual.php (new 132),
TableIsEqual.php (new 133)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/DB:
DataSet.php (new 174),
DefaultDatabaseConnection.php (new 231),
FilteredDataSet.php (new 95),
IDatabaseConnection.php (new 145),
IMetaData.php (new 114),
MetaData.php (new 215),
ResultSetTable.php (new 92),
Table.php (new 84),
TableIterator.php (new 176),
TableMetaData.php (new 75)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/DB/MetaData:
InformationSchema.php (new 184),
MySQL.php (new 137),
Oci.php (new 159),
PgSQL.php (new 164),
Sqlite.php (new 152)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/DataSet:
AbstractDataSet.php (new 178),
AbstractTable.php (new 218),
AbstractTableMetaData.php (new 136),
AbstractXmlDataSet.php (new 150),
CompositeDataSet.php (new 130),
CsvDataSet.php (new 158),
DataSetFilter.php (new 144),
DefaultDataSet.php (new 109),
DefaultTable.php (new 124),
DefaultTableIterator.php (new 173),
DefaultTableMetaData.php (new 91),
FlatXmlDataSet.php (new 111),
IDataSet.php (new 104),
IPersistable.php (new 77),
ITable.php (new 104),
ITableIterator.php (new 81),
ITableMetaData.php (new 95),
QueryDataSet.php (new 142),
QueryTable.php (new 172),
ReplacementDataSet.php (new 140),
ReplacementTable.php (new 250),
ReplacementTableIterator.php (new 197),
TableFilter.php (new 107),
TableMetaDataFilter.php (new 125),
XmlDataSet.php (new 141)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/DataSet/Persistors:
Abstract.php (new 137),
FlatXml.php (new 157),
Xml.php (new 161)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Database/Operation:
Composite.php (new 106),
Delete.php (new 98),
DeleteAll.php (new 87),
Exception.php (new 137),
Factory.php (new 157),
IDatabaseOperation.php (new 78),
Insert.php (new 108),
Null.php (new 74),
Replace.php (new 148),
RowBased.php (new 125),
Truncate.php (new 96),
Update.php (new 103)
-
PHPUnit-3.3.4/PHPUnit/Extensions/PhptTestCase:
Logger.php (new 69)
-
PHPUnit-3.3.4/PHPUnit/Extensions/SeleniumTestCase:
Driver.php (new 1048),
append.php (new 66),
phpunit_coverage.php (new 86),
prepend.php (new 54)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Story:
Given.php (new 79),
ResultPrinter.php (new 110),
Scenario.php (new 200),
SeleniumTestCase.php (new 209),
Step.php (new 135),
TestCase.php (new 217),
Then.php (new 79),
When.php (new 79)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Story/ResultPrinter:
HTML.php (new 209),
Text.php (new 158)
-
PHPUnit-3.3.4/PHPUnit/Extensions/Story/ResultPrinter/Template:
scenario.html.dist (new 13),
scenario_header.html.dist (new 6),
scenarios.html.dist (new 60),
step.html.dist (new 6)
-
PHPUnit-3.3.4/PHPUnit/Framework:
Assert.php (new 2045),
AssertionFailedError.php (new 102),
ComparisonFailure.php (new 285),
Constraint.php (new 176),
Error.php (new 87),
ExpectationFailedException.php (new 106),
IncompleteTest.php (new 71),
IncompleteTestError.php (new 72),
SelfDescribing.php (new 76),
SkippedTest.php (new 70),
SkippedTestError.php (new 72),
SkippedTestSuiteError.php (new 72),
Test.php (new 78),
TestCase.php (new 1032),
TestFailure.php (new 251),
TestListener.php (new 138),
TestResult.php (new 731),
TestSuite.php (new 873),
Warning.php (new 100)
-
PHPUnit-3.3.4/PHPUnit/Framework/ComparisonFailure:
Array.php (new 145),
Object.php (new 150),
Scalar.php (new 108),
String.php (new 120),
Type.php (new 82)
-
PHPUnit-3.3.4/PHPUnit/Framework/Constraint:
And.php (new 141),
ArrayHasKey.php (new 112),
Attribute.php (new 121),
ClassHasAttribute.php (new 112),
ClassHasStaticAttribute.php (new 105),
FileExists.php (new 121),
GreaterThan.php (new 99),
IsAnything.php (new 101),
IsEqual.php (new 312),
IsFalse.php (new 88),
IsIdentical.php (new 138),
IsInstanceOf.php (new 131),
IsNull.php (new 88),
IsTrue.php (new 88),
IsType.php (new 178),
LessThan.php (new 99),
Not.php (new 128),
ObjectHasAttribute.php (new 91),
Or.php (new 144),
PCREMatch.php (new 108),
StringContains.php (new 121),
TraversableContains.php (new 117),
TraversableContainsOnly.php (new 110),
Xor.php (new 149)
-
PHPUnit-3.3.4/PHPUnit/Framework/Error:
Notice.php (new 76),
Warning.php (new 76)
-
PHPUnit-3.3.4/PHPUnit/Framework/MockObject:
Invocation.php (new 138),
InvocationMocker.php (new 165),
Invokable.php (new 91),
Matcher.php (new 280),
Mock.php (new 449),
MockObject.php (new 88),
Stub.php (new 90),
Verifiable.php (new 75)
-
PHPUnit-3.3.4/PHPUnit/Framework/MockObject/Builder:
Identity.php (new 80),
InvocationMocker.php (new 156),
Match.php (new 77),
MethodNameMatch.php (new 79),
Namespace.php (new 88),
ParametersMatch.php (new 100),
Stub.php (new 77)
-
PHPUnit-3.3.4/PHPUnit/Framework/MockObject/Matcher:
AnyInvokedCount.php (new 79),
AnyParameters.php (new 79),
Invocation.php (new 99),
InvokedAtIndex.php (new 115),
InvokedAtLeastOnce.php (new 87),
InvokedCount.php (new 134),
InvokedRecorder.php (new 100),
MethodName.php (new 95),
Parameters.php (new 145),
StatelessInvocation.php (new 81)
-
PHPUnit-3.3.4/PHPUnit/Framework/MockObject/Stub:
ConsecutiveCalls.php (new 97),
Exception.php (new 90),
MatcherCollection.php (new 76),
Return.php (new 90),
ReturnArgument.php (new 87),
ReturnCallback.php (new 102)
-
PHPUnit-3.3.4/PHPUnit/Runner:
BaseTestRunner.php (new 304),
IncludePathTestCollector.php (new 160),
StandardTestSuiteLoader.php (new 160),
TestCollector.php (new 71),
TestSuiteLoader.php (new 78),
Version.php (new 83)
-
PHPUnit-3.3.4/PHPUnit/Samples:
FailureTest.php (new 114)
-
PHPUnit-3.3.4/PHPUnit/Samples/BankAccount:
BankAccount.php (new 121),
BankAccountTest.php (new 138)
-
PHPUnit-3.3.4/PHPUnit/Samples/BankAccountDB:
BankAccount.php (new 210),
BankAccountDBTest.php (new 150),
BankAccountDBTestMySQL.php (new 150)
-
PHPUnit-3.3.4/PHPUnit/Samples/BankAccountDB/_files:
bank-account-after-deposits.xml (new 6),
bank-account-after-new-account.xml (new 7),
bank-account-after-withdrawals.xml (new 6),
bank-account-seed.xml (new 6)
-
PHPUnit-3.3.4/PHPUnit/Samples/BowlingGame:
BowlingGame.php (new 107),
BowlingGameSpec.php (new 183),
BowlingGameTest.php (new 110)
-
PHPUnit-3.3.4/PHPUnit/Samples/Money:
IMoney.php (new 73),
Money.php (new 151),
MoneyBag.php (new 250),
MoneyTest.php (new 248)
-
PHPUnit-3.3.4/PHPUnit/Tests:
AllTests.php (new 91),
config.xml.dist (new 14)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions:
AllTests.php (new 88),
OutputTestCaseTest.php (new 101),
PerformanceTestCaseTest.php (new 85),
RepeatedTestTest.php (new 118),
SeleniumTestCaseTest.php (new 165)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database:
AllTests.php (new 84)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database/DataSet:
AllTests.php (new 96),
CompositeDataSetTest.php (new 174),
CsvDataSetTest.php (new 134),
FilterTest.php (new 89),
PersistorTest.php (new 116),
QueryDataSetTest.php (new 144),
QueryTableTest.php (new 144),
ReplacementDataSetTest.php (new 330),
ReplacementTableTest.php (new 265),
XmlDataSetsTest.php (new 144)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database/Operation:
AllTests.php (new 82),
OperationsTest.php (new 195),
RowBasedTest.php (new 187)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database/_files:
DatabaseTestUtility.php (new 116)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database/_files/CsvDataSets:
table1.csv (new 4),
table2.csv (new 5)
-
PHPUnit-3.3.4/PHPUnit/Tests/Extensions/Database/_files/XmlDataSets:
AllEmptyTableInsertResult.xml (new 9),
AllEmptyTableInsertTest.xml (new 4),
DeleteAllOperationTest.xml (new 6),
DeleteOperationResult.xml (new 7),
DeleteOperationTest.xml (new 5),
EmptyTableInsertResult.xml (new 11),
EmptyTableInsertTest.xml (new 6),
FilteredTestComparison.xml (new 9),
FilteredTestFixture.xml (new 8),
FlatXmlDataSet.xml (new 9),
FlatXmlWriter.xml (new 32),
InsertOperationResult.xml (new 12),
InsertOperationTest.xml (new 6),
OperationsTestFixture.xml (new 9),
QueryDataSetTest.xml (new 31),
ReplaceOperationResult.xml (new 12),
ReplaceOperationTest.xml (new 9),
RowBasedExecute.xml (new 6),
UpdateOperationResult.xml (new 9),
UpdateOperationTest.xml (new 6),
XmlDataSet.xml (new 65),
XmlWriter.xml (new 28)
-
PHPUnit-3.3.4/PHPUnit/Tests/Framework:
AllTests.php (new 96),
AssertTest.php (new 3059),
ComparisonFailureTest.php (new 144),
ConstraintTest.php (new 1198),
MockObjectTest.php (new 251),
SuiteTest.php (new 198),
TestCaseTest.php (new 297),
TestFailureTest.php (new 1090),
TestImplementorTest.php (new 87),
TestListenerTest.php (new 154)
-
PHPUnit-3.3.4/PHPUnit/Tests/Regression:
578.phpt (new 35),
Issue578Test.php (new 22)
-
PHPUnit-3.3.4/PHPUnit/Tests/Runner:
AllTests.php (new 80),
BaseTestRunnerTest.php (new 72)
-
PHPUnit-3.3.4/PHPUnit/Tests/TextUI:
coverage-clover-class-extended.phpt (new 54),
coverage-clover-class.phpt (new 54),
coverage-clover-method.phpt (new 54),
coverage-clover-not-private.phpt (new 54),
coverage-clover-not-protected.phpt (new 54),
coverage-clover-not-public.phpt (new 54),
coverage-clover-private.phpt (new 54),
coverage-clover-protected.phpt (new 54),
coverage-clover-public.phpt (new 54),
coverage-clover.phpt (new 49),
coverage-source.phpt (new 842),
dataset-log-xml.phpt (new 46),
debug.phpt (new 24),
default.phpt (new 17),
exclude-group.phpt (new 19),
filter-class.phpt (new 19),
filter-method.phpt (new 19),
group.phpt (new 19),
help.phpt (new 62),
help2.phpt (new 64),
list-groups.phpt (new 17),
log-graphviz.phpt (new 34),
log-json.phpt (new 19),
log-tap.phpt (new 24),
log-xml.phpt (new 27),
repeat.phpt (new 21),
skeleton.phpt (new 17),
story.phpt (new 78),
tap.phpt (new 16),
testdox-html.phpt (new 19),
testdox-text.phpt (new 23),
testdox.phpt (new 17),
verbose.phpt (new 20)
-
PHPUnit-3.3.4/PHPUnit/Tests/Util:
AllTests.php (new 84),
ConfigurationTest.php (new 324),
TimerTest.php (new 78),
XMLTest.php (new 346)
-
PHPUnit-3.3.4/PHPUnit/Tests/Util/TestDox:
AllTests.php (new 80),
NamePrettifierTest.php (new 108)
-
PHPUnit-3.3.4/PHPUnit/Tests/_files:
AnInterface.php (new 67),
Calculator.php (new 15),
ClassWithNonPublicAttributes.php (new 85),
CoverageClassExtendedTest.php (new 14),
CoverageClassTest.php (new 14),
CoverageMethodTest.php (new 14),
CoverageNotPrivateTest.php (new 14),
CoverageNotProtectedTest.php (new 14),
CoverageNotPublicTest.php (new 14),
CoveragePrivateTest.php (new 14),
CoverageProtectedTest.php (new 14),
CoveragePublicTest.php (new 14),
CoveredClass.php (new 37),
DataSetTest.php (new 21),
DoubleTestCase.php (new 88),
Error.php (new 71),
Failure.php (new 71),
FunctionCallback.php (new 59),
InheritedTestCase.php (new 71),
MethodCallback.php (new 71),
MockRunner.php (new 83),
NoArgTestCaseTest.php (new 70),
NoTestCaseClass.php (new 66),
NoTestCases.php (new 70),
NonStatic.php (new 70),
NotPublicTestCase.php (new 74),
NotVoidTestCase.php (new 67),
OneTestCase.php (new 74),
OutputTestCase.php (new 91),
OverrideTestCase.php (new 71),
PartialMockTestClass.php (new 61),
SampleClass.php (new 76),
SelectorAssertionsFixture.html (new 41),
SetupFailure.php (new 72),
SleepTest.php (new 72),
Struct.php (new 72),
Success.php (new 71),
TearDownFailure.php (new 72),
TestIterator.php (new 98),
ThrowExceptionTestCase.php (new 70),
ThrowNoExceptionTestCase.php (new 69),
TornDown.php (new 79),
TornDown2.php (new 78),
TornDown3.php (new 72),
TornDown4.php (new 72),
TornDown5.php (new 72),
WasRun.php (new 73),
bar.xml (new 1),
configuration.xml (new 101),
foo.xml (new 1),
structureAttributesAreSameButValuesAreNot.xml (new 10),
structureExpected.xml (new 10),
structureIgnoreTextNodes.xml (new 13),
structureIsSameButDataIsNot.xml (new 10),
structureWrongNumberOfAttributes.xml (new 10),
structureWrongNumberOfNodes.xml (new 9)
-
PHPUnit-3.3.4/PHPUnit/TextUI:
Command.php (new 709),
ResultPrinter.php (new 615),
TestRunner.php (new 784)
-
PHPUnit-3.3.4/PHPUnit/Util:
Class.php (new 467),
CodeCoverage.php (new 361),
Configuration.php (new 629),
ErrorHandler.php (new 125),
Fileloader.php (new 197),
Filesystem.php (new 313),
Filter.php (new 561),
FilterIterator.php (new 89),
Getopt.php (new 183),
Metrics.php (new 71),
PDO.php (new 357),
Printer.php (new 205),
Report.php (new 240),
Skeleton.php (new 121),
Template.php (new 179),
Test.php (new 323),
TestSuiteIterator.php (new 153),
Timer.php (new 128),
Type.php (new 197),
XML.php (new 785)
-
PHPUnit-3.3.4/PHPUnit/Util/Log:
CPD.php (new 134),
Database.php (new 516),
GraphViz.php (new 301),
JSON.php (new 282),
Metrics.php (new 182),
PEAR.php (new 245),
PMD.php (new 337),
TAP.php (new 231),
XML.php (new 477)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/CodeCoverage:
Database.php (new 594)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/CodeCoverage/XML:
Clover.php (new 328),
Source.php (new 304)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/Database:
MySQL.sql (new 206),
SQLite3.sql (new 206)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/PMD:
Rule.php (new 89)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/PMD/Rule:
Class.php (new 67),
File.php (new 67),
Function.php (new 68),
Project.php (new 67)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/PMD/Rule/Class:
DepthOfInheritanceTree.php (new 83),
EfferentCoupling.php (new 86),
ExcessiveClassLength.php (new 86),
ExcessivePublicCount.php (new 87),
TooManyFields.php (new 88)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/PMD/Rule/Function:
CRAP.php (new 88),
CodeCoverage.php (new 91),
CyclomaticComplexity.php (new 89),
ExcessiveMethodLength.php (new 86),
ExcessiveParameterList.php (new 86),
NPathComplexity.php (new 87)
-
PHPUnit-3.3.4/PHPUnit/Util/Log/PMD/Rule/Project:
CRAP.php (new 110)
-
PHPUnit-3.3.4/PHPUnit/Util/Metrics:
Class.php (new 731),
File.php (new 328),
Function.php (new 504),
Project.php (new 477)
-
PHPUnit-3.3.4/PHPUnit/Util/Report:
Node.php (new 489)
-
PHPUnit-3.3.4/PHPUnit/Util/Report/Node:
Directory.php (new 394),
File.php (new 874)
-
PHPUnit-3.3.4/PHPUnit/Util/Report/Template:
butter.png (new),
chameleon.png (new),
close12_1.gif (new),
container-min.js (new 19),
container.css (new 325),
directory.html.dist (new 71),
directory_item.html.dist (new 31),
file.html.dist (new 118),
file_item.html.dist (new 31),
file_no_yui.html.dist (new 79),
glass.png (new),
method_item.html.dist (new 22),
scarlet_red.png (new),
snow.png (new),
style.css (new 450),
yahoo-dom-event.js (new 12),
yui_item.js (new 5)
-
PHPUnit-3.3.4/PHPUnit/Util/Skeleton:
Class.php (new 257),
Test.php (new 348)
-
PHPUnit-3.3.4/PHPUnit/Util/Skeleton/Template:
Class.tpl.dist (new 7),
IncompleteTestMethod.tpl.dist (new 10),
Method.tpl.dist (new 9),
TestClass.tpl.dist (new 37),
TestMethod.tpl.dist (new 11),
TestMethodBool.tpl.dist (new 10),
TestMethodBoolStatic.tpl.dist (new 10),
TestMethodException.tpl.dist (new 9),
TestMethodExceptionStatic.tpl.dist (new 9),
TestMethodStatic.tpl.dist (new 11)
-
PHPUnit-3.3.4/PHPUnit/Util/TestDox:
NamePrettifier.php (new 180),
ResultPrinter.php (new 324)
-
PHPUnit-3.3.4/PHPUnit/Util/TestDox/ResultPrinter:
HTML.php (new 128),
Text.php (new 103)
-
doc:
manual.sxw (changed)
-
ligaard
2008-11-10 14:39
#1
Rev.: 13965
-
5 lines of code changed in 1 file:
-
mod1:
class.tx_phpunit_module1.php (+5 -5)