-
oliklee
2010-01-25 14:56
#9
Rev.: 29301
-
65 lines of code changed in 3 files:
-
Changelog (+3),
class.tx_phpunit_testcase.php (+46 -26)
-
mod1:
class.tx_phpunit_module1.php (+16 -5)
-
oliklee
2010-01-19 14:09
#8
Rev.: 29041
-
1 lines of code changed in 3 files:
-
Changelog (+1)
-
mod1:
class.tx_phpunit_module1.php (-16),
locallang.xml (-5)
-
oliklee
2010-01-19 11:58
#7
Rev.: 29034
-
57764 lines of code changed in 901 files:
-
Changelog (+1),
ext_emconf.php (+1 -1),
ext_localconf.php (+1 -1)
-
PHPUnit-3.4.3:
dbunit.bat (del),
dbunit.php (del),
phpunit.bat (del),
phpunit.php (del)
-
PHPUnit-3.4.3/PHPUnit:
Framework.php (del)
-
PHPUnit-3.4.3/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),
TicketListener.php (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/Database:
AbstractTester.php (del),
DefaultTester.php (del),
IDatabaseListConsumer.php (del),
ITester.php (del),
TestCase.php (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/Database/Constraint:
DataSetIsEqual.php (del),
TableIsEqual.php (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Extensions/Database/DB/MetaData:
InformationSchema.php (del),
MySQL.php (del),
Oci.php (del),
PgSQL.php (del),
Sqlite.php (del)
-
PHPUnit-3.4.3/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),
ISpec.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),
YamlDataSet.php (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/Database/DataSet/Persistors:
Abstract.php (del),
Factory.php (del),
FlatXml.php (del),
Xml.php (del),
Yaml.php (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/Database/DataSet/Specs:
Csv.php (del),
DbQuery.php (del),
DbTable.php (del),
Factory.php (del),
FlatXml.php (del),
IFactory.php (del),
Xml.php (del),
Yaml.php (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Extensions/Database/UI:
Command.php (del),
Context.php (del),
IMedium.php (del),
IMediumPrinter.php (del),
IMode.php (del),
IModeFactory.php (del),
InvalidModeException.php (del),
ModeFactory.php (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/Database/UI/Mediums:
Text.php (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/Database/UI/Modes:
ExportDataSet.php (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/Database/UI/Modes/ExportDataSet:
Arguments.php (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/PhptTestCase:
Logger.php (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/SeleniumTestCase:
Driver.php (del),
append.php (del),
phpunit_coverage.php (del),
prepend.php (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Extensions/Story/ResultPrinter:
HTML.php (del),
Text.php (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/Story/ResultPrinter/Template:
scenario.html.dist (del),
scenario_header.html.dist (del),
scenarios.html.dist (del),
step.html.dist (del)
-
PHPUnit-3.4.3/PHPUnit/Extensions/TicketListener:
Trac.php (del)
-
PHPUnit-3.4.3/PHPUnit/Framework:
Assert.php (del),
AssertionFailedError.php (del),
ComparisonFailure.php (del),
Constraint.php (del),
Error.php (del),
Exception.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.4.3/PHPUnit/Framework/ComparisonFailure:
Array.php (del),
Object.php (del),
Scalar.php (del),
String.php (del),
Type.php (del)
-
PHPUnit-3.4.3/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),
StringEndsWith.php (del),
StringStartsWith.php (del),
TraversableContains.php (del),
TraversableContainsOnly.php (del),
Xor.php (del)
-
PHPUnit-3.4.3/PHPUnit/Framework/Error:
Notice.php (del),
Warning.php (del)
-
PHPUnit-3.4.3/PHPUnit/Framework/MockObject:
Generator.php (del),
Invocation.php (del),
InvocationMocker.php (del),
Invokable.php (del),
Matcher.php (del),
MockObject.php (del),
Stub.php (del),
Verifiable.php (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Framework/MockObject/Generator:
mocked_class.tpl.dist (del),
mocked_clone.tpl.dist (del),
mocked_method.tpl.dist (del),
unmocked_clone.tpl.dist (del),
wsdl_class.tpl.dist (del),
wsdl_method.tpl.dist (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Framework/MockObject/Stub:
ConsecutiveCalls.php (del),
Exception.php (del),
MatcherCollection.php (del),
Return.php (del),
ReturnArgument.php (del),
ReturnCallback.php (del)
-
PHPUnit-3.4.3/PHPUnit/Framework/Process:
TestCaseMethod.tpl.dist (del)
-
PHPUnit-3.4.3/PHPUnit/Framework/TestSuite:
DataProvider.php (del)
-
PHPUnit-3.4.3/PHPUnit/Runner:
BaseTestRunner.php (del),
IncludePathTestCollector.php (del),
StandardTestSuiteLoader.php (del),
TestCollector.php (del),
TestSuiteLoader.php (del),
Version.php (del)
-
PHPUnit-3.4.3/PHPUnit/Samples/BankAccount:
BankAccount.php (del),
BankAccountTest.php (del)
-
PHPUnit-3.4.3/PHPUnit/Samples/BankAccountDB:
BankAccount.php (del),
BankAccountDBTest.php (del),
BankAccountDBTestMySQL.php (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Samples/BowlingGame:
BowlingGame.php (del),
BowlingGameSpec.php (del),
BowlingGameTest.php (del)
-
PHPUnit-3.4.3/PHPUnit/Samples/Money:
IMoney.php (del),
Money.php (del),
MoneyBag.php (del),
MoneyTest.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests:
AllTests.php (del),
phpunit.xml.dist (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Extensions:
AllTests.php (del),
OutputTestCaseTest.php (del),
PerformanceTestCaseTest.php (del),
RepeatedTestTest.php (del),
SeleniumTestCaseTest.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Extensions/Database:
AllTests.php (del)
-
PHPUnit-3.4.3/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),
YamlDataSetTest.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Extensions/Database/Operation:
AllTests.php (del),
OperationsTest.php (del),
RowBasedTest.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Extensions/Database/_files:
DatabaseTestUtility.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Extensions/Database/_files/CsvDataSets:
table1.csv (del),
table2.csv (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Tests/Extensions/Database/_files/YamlDataSets:
testDataSet.yaml (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Tests/Framework/MockObject:
class.phpt (del),
class_call_parent_clone.phpt (del),
class_call_parent_constructor.phpt (del),
class_dont_call_parent_clone.phpt (del),
class_dont_call_parent_constructor.phpt (del),
class_implementing_interface_call_parent_constructor.php (del),
class_implementing_interface_dont_call_parent_constructor.php (del),
class_partial.phpt (del),
interface.phpt (del),
namespaced_class.phpt (del),
namespaced_class_call_parent_clone.phpt (del),
namespaced_class_call_parent_constructor.phpt (del),
namespaced_class_dont_call_parent_clone.phpt (del),
namespaced_class_dont_call_parent_constructor.phpt (del),
namespaced_class_implementing_interface_call_parent_constructor.php (del),
namespaced_class_implementing_interface_dont_call_parent_constructor.php (del),
namespaced_class_partial.phpt (del),
namespaced_interface.phpt (del),
wsdl_class.phpt (del),
wsdl_class_partial.phpt (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Regression:
578.phpt (del),
684.phpt (del),
783.phpt (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Regression/578:
Issue578Test.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Regression/684:
Issue684Test.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Regression/783:
ChildSuite.php (del),
OneTest.php (del),
ParentSuite.php (del),
TwoTest.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Runner:
AllTests.php (del),
BaseTestRunnerTest.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/TextUI:
abstract-test-class.phpt (del),
concrete-test-class.phpt (del),
coverage-clover-class-extended-isolation.phpt (del),
coverage-clover-class-extended.phpt (del),
coverage-clover-class-isolation.phpt (del),
coverage-clover-class.phpt (del),
coverage-clover-function.phpt (del),
coverage-clover-isolation.phpt (del),
coverage-clover-method-isolation.phpt (del),
coverage-clover-method.phpt (del),
coverage-clover-not-private-isolation.phpt (del),
coverage-clover-not-private.phpt (del),
coverage-clover-not-protected-isolation.phpt (del),
coverage-clover-not-protected.phpt (del),
coverage-clover-not-public-isolation.phpt (del),
coverage-clover-not-public.phpt (del),
coverage-clover-private-isolation.phpt (del),
coverage-clover-private.phpt (del),
coverage-clover-protected-isolation.phpt (del),
coverage-clover-protected.phpt (del),
coverage-clover-public-isolation.phpt (del),
coverage-clover-public.phpt (del),
coverage-clover.phpt (del),
coverage-source.phpt (del),
dataprovider-log-xml-isolation.phpt (del),
dataprovider-log-xml.phpt (del),
dataprovider-testdox.phpt (del),
debug.phpt (del),
default-isolation.phpt (del),
default.phpt (del),
dependencies-isolation.phpt (del),
dependencies.phpt (del),
dependencies2-isolation.phpt (del),
dependencies2.phpt (del),
dependencies3-isolation.phpt (del),
dependencies3.phpt (del),
empty-testcase-coverage.phpt (del),
empty-testcase.phpt (del),
exclude-group-isolation.phpt (del),
exclude-group.phpt (del),
failure-isolation.phpt (del),
failure-verbose-isolation.phpt (del),
failure-verbose.phpt (del),
failure.phpt (del),
filter-class-isolation.phpt (del),
filter-class.phpt (del),
filter-method-isolation.phpt (del),
filter-method.phpt (del),
group-isolation.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),
skeleton.phpt (del),
story-isolation.phpt (del),
story.phpt (del),
tap.phpt (del),
testdox-html.phpt (del),
testdox-text.phpt (del),
testdox.phpt (del),
verbose-isolation.phpt (del),
verbose.phpt (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Util:
AllTests.php (del),
ConfigurationTest.php (del),
TestTest.php (del),
TimerTest.php (del),
XMLTest.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/Util/TestDox:
AllTests.php (del),
NamePrettifierTest.php (del)
-
PHPUnit-3.4.3/PHPUnit/Tests/_files:
AbstractMockTestClass.php (del),
AbstractTest.php (del),
AnInterface.php (del),
Calculator.php (del),
ClassWithNonPublicAttributes.php (del),
ConcreteTest.php (del),
CoverageClassExtendedTest.php (del),
CoverageClassTest.php (del),
CoverageFunctionTest.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),
CoveredFunction.php (del),
DataProviderTest.php (del),
DependencyFailureTest.php (del),
DependencySuccessTest.php (del),
DependencyTestSuite.php (del),
DoubleTestCase.php (del),
EmptyTestCaseTest.php (del),
Error.php (del),
ExceptionInAssertPostConditionsTest.php (del),
ExceptionInAssertPreConditionsTest.php (del),
ExceptionInSetUpTest.php (del),
ExceptionInTearDownTest.php (del),
ExceptionInTest.php (del),
Failure.php (del),
FailureTest.php (del),
FunctionCallback.php (del),
GoogleSearch.wsdl (del),
InheritedTestCase.php (del),
MethodCallback.php (del),
MockRunner.php (del),
MultiDependencyTest.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),
Singleton.php (del),
SleepTest.php (del),
StackTest.php (del),
Struct.php (del),
Success.php (del),
TestIterator.php (del),
ThrowExceptionTestCase.php (del),
ThrowNoExceptionTestCase.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.4.3/PHPUnit/TextUI:
Command.php (del),
ResultPrinter.php (del),
TestRunner.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util:
Class.php (del),
CodeCoverage.php (del),
Configuration.php (del),
Diff.php (del),
ErrorHandler.php (del),
File.php (del),
Fileloader.php (del),
Filesystem.php (del),
Filter.php (del),
FilterIterator.php (del),
Getopt.php (del),
GlobalState.php (del),
InvalidArgumentHelper.php (del),
Metrics.php (del),
PDO.php (del),
PHP.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.4.3/PHPUnit/Util/Log:
CPD.php (del),
Database.php (del),
GraphViz.php (del),
JSON.php (del),
JUnit.php (del),
Metrics.php (del),
PEAR.php (del),
PMD.php (del),
TAP.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util/Log/CodeCoverage:
Database.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util/Log/CodeCoverage/XML:
Clover.php (del),
Source.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util/Log/Database:
MySQL.sql (del),
SQLite3.sql (del)
-
PHPUnit-3.4.3/PHPUnit/Util/Log/PMD:
Rule.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util/Log/PMD/Rule:
Class.php (del),
File.php (del),
Function.php (del),
Project.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util/Log/PMD/Rule/Class:
DepthOfInheritanceTree.php (del),
EfferentCoupling.php (del),
ExcessiveClassLength.php (del),
ExcessivePublicCount.php (del),
TooManyFields.php (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Util/Log/PMD/Rule/Project:
CRAP.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util/Metrics:
Class.php (del),
File.php (del),
Function.php (del),
Project.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util/Report:
Node.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util/Report/Node:
Directory.php (del),
File.php (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Util/Skeleton:
Class.php (del),
Test.php (del)
-
PHPUnit-3.4.3/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.4.3/PHPUnit/Util/TestDox:
NamePrettifier.php (del),
ResultPrinter.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util/TestDox/ResultPrinter:
HTML.php (del),
Text.php (del)
-
PHPUnit-3.4.3/PHPUnit/Util/YAML:
sfYaml.class.php (del),
sfYamlDumper.class.php (del),
sfYamlInline.class.php (del),
sfYamlParser.class.php (del)
-
PHPUnit-3.4.7:
dbunit.bat (new 38),
dbunit.php (new 63),
phpunit.bat (new 38),
phpunit.php (new 55)
-
PHPUnit-3.4.7/PHPUnit:
Framework.php (new 73)
-
PHPUnit-3.4.7/PHPUnit/Extensions:
GroupTestSuite.php (new 106),
OutputTestCase.php (new 210),
PerformanceTestCase.php (new 121),
PhptTestCase.php (new 264),
PhptTestSuite.php (new 94),
RepeatedTest.php (new 158),
SeleniumTestCase.php (new 1072),
TestDecorator.php (new 157),
TicketListener.php (new 220)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database:
AbstractTester.php (new 205),
DefaultTester.php (new 94),
IDatabaseListConsumer.php (new 68),
ITester.php (new 127),
TestCase.php (new 255)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/Constraint:
DataSetIsEqual.php (new 131),
TableIsEqual.php (new 132)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/DB:
DataSet.php (new 186),
DefaultDatabaseConnection.php (new 231),
FilteredDataSet.php (new 94),
IDatabaseConnection.php (new 144),
IMetaData.php (new 113),
MetaData.php (new 244),
ResultSetTable.php (new 91),
Table.php (new 83),
TableIterator.php (new 175),
TableMetaData.php (new 74)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/DB/MetaData:
InformationSchema.php (new 183),
MySQL.php (new 136),
Oci.php (new 180),
PgSQL.php (new 163),
Sqlite.php (new 151)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/DataSet:
AbstractDataSet.php (new 177),
AbstractTable.php (new 217),
AbstractTableMetaData.php (new 135),
AbstractXmlDataSet.php (new 149),
CompositeDataSet.php (new 129),
CsvDataSet.php (new 157),
DataSetFilter.php (new 207),
DefaultDataSet.php (new 108),
DefaultTable.php (new 137),
DefaultTableIterator.php (new 172),
DefaultTableMetaData.php (new 90),
FlatXmlDataSet.php (new 110),
IDataSet.php (new 103),
IPersistable.php (new 76),
ISpec.php (new 68),
ITable.php (new 103),
ITableIterator.php (new 80),
ITableMetaData.php (new 94),
QueryDataSet.php (new 141),
QueryTable.php (new 171),
ReplacementDataSet.php (new 139),
ReplacementTable.php (new 249),
ReplacementTableIterator.php (new 196),
TableFilter.php (new 147),
TableMetaDataFilter.php (new 175),
XmlDataSet.php (new 140),
YamlDataSet.php (new 149)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/DataSet/Persistors:
Abstract.php (new 136),
Factory.php (new 93),
FlatXml.php (new 156),
Xml.php (new 160),
Yaml.php (new 108)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/DataSet/Specs:
Csv.php (new 131),
DbQuery.php (new 119),
DbTable.php (new 117),
Factory.php (new 101),
FlatXml.php (new 82),
IFactory.php (new 69),
Xml.php (new 82),
Yaml.php (new 82)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/Operation:
Composite.php (new 105),
Delete.php (new 97),
DeleteAll.php (new 86),
Exception.php (new 136),
Factory.php (new 156),
IDatabaseOperation.php (new 77),
Insert.php (new 107),
Null.php (new 73),
Replace.php (new 147),
RowBased.php (new 124),
Truncate.php (new 95),
Update.php (new 102)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/UI:
Command.php (new 92),
Context.php (new 103),
IMedium.php (new 77),
IMediumPrinter.php (new 75),
IMode.php (new 69),
IModeFactory.php (new 76),
InvalidModeException.php (new 99),
ModeFactory.php (new 136)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/UI/Mediums:
Text.php (new 143)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/UI/Modes:
ExportDataSet.php (new 128)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Database/UI/Modes/ExportDataSet:
Arguments.php (new 156)
-
PHPUnit-3.4.7/PHPUnit/Extensions/PhptTestCase:
Logger.php (new 68)
-
PHPUnit-3.4.7/PHPUnit/Extensions/SeleniumTestCase:
Driver.php (new 1219),
append.php (new 71),
phpunit_coverage.php (new 91),
prepend.php (new 61)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Story:
Given.php (new 78),
ResultPrinter.php (new 109),
Scenario.php (new 199),
SeleniumTestCase.php (new 211),
Step.php (new 134),
TestCase.php (new 218),
Then.php (new 78),
When.php (new 78)
-
PHPUnit-3.4.7/PHPUnit/Extensions/Story/ResultPrinter:
HTML.php (new 208),
Text.php (new 157)
-
PHPUnit-3.4.7/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.4.7/PHPUnit/Extensions/TicketListener:
Trac.php (new 147)
-
PHPUnit-3.4.7/PHPUnit/Framework:
Assert.php (new 2231),
AssertionFailedError.php (new 74),
ComparisonFailure.php (new 220),
Constraint.php (new 200),
Error.php (new 82),
Exception.php (new 69),
ExpectationFailedException.php (new 129),
IncompleteTest.php (new 66),
IncompleteTestError.php (new 66),
SelfDescribing.php (new 71),
SkippedTest.php (new 65),
SkippedTestError.php (new 66),
SkippedTestSuiteError.php (new 66),
Test.php (new 72),
TestCase.php (new 1552),
TestFailure.php (new 242),
TestListener.php (new 132),
TestResult.php (new 819),
TestSuite.php (new 950),
Warning.php (new 106)
-
PHPUnit-3.4.7/PHPUnit/Framework/ComparisonFailure:
Array.php (new 142),
Object.php (new 177),
Scalar.php (new 74),
String.php (new 89),
Type.php (new 79)
-
PHPUnit-3.4.7/PHPUnit/Framework/Constraint:
And.php (new 167),
ArrayHasKey.php (new 120),
Attribute.php (new 155),
ClassHasAttribute.php (new 117),
ClassHasStaticAttribute.php (new 104),
FileExists.php (new 118),
GreaterThan.php (new 102),
IsAnything.php (new 98),
IsEqual.php (new 390),
IsFalse.php (new 87),
IsIdentical.php (new 147),
IsInstanceOf.php (new 135),
IsNull.php (new 87),
IsTrue.php (new 87),
IsType.php (new 189),
LessThan.php (new 102),
Not.php (new 147),
ObjectHasAttribute.php (new 91),
Or.php (new 144),
PCREMatch.php (new 111),
StringContains.php (new 127),
StringEndsWith.php (new 101),
StringStartsWith.php (new 101),
TraversableContains.php (new 134),
TraversableContainsOnly.php (new 122),
Xor.php (new 151)
-
PHPUnit-3.4.7/PHPUnit/Framework/Error:
Notice.php (new 71),
Warning.php (new 71)
-
PHPUnit-3.4.7/PHPUnit/Framework/MockObject:
Generator.php (new 530),
Invocation.php (new 159),
InvocationMocker.php (new 197),
Invokable.php (new 88),
Matcher.php (new 323),
MockObject.php (new 91),
Stub.php (new 87),
Verifiable.php (new 72)
-
PHPUnit-3.4.7/PHPUnit/Framework/MockObject/Builder:
Identity.php (new 77),
InvocationMocker.php (new 203),
Match.php (new 74),
MethodNameMatch.php (new 76),
Namespace.php (new 87),
ParametersMatch.php (new 97),
Stub.php (new 74)
-
PHPUnit-3.4.7/PHPUnit/Framework/MockObject/Generator:
mocked_class.tpl.dist (new 29),
mocked_clone.tpl.dist (new 4),
mocked_method.tpl.dist (new 13),
unmocked_clone.tpl.dist (new 5),
wsdl_class.tpl.dist (new 7),
wsdl_method.tpl.dist (new 4)
-
PHPUnit-3.4.7/PHPUnit/Framework/MockObject/Matcher:
AnyInvokedCount.php (new 81),
AnyParameters.php (new 83),
Invocation.php (new 98),
InvokedAtIndex.php (new 137),
InvokedAtLeastOnce.php (new 94),
InvokedCount.php (new 153),
InvokedRecorder.php (new 116),
MethodName.php (new 113),
Parameters.php (new 172),
StatelessInvocation.php (new 105)
-
PHPUnit-3.4.7/PHPUnit/Framework/MockObject/Stub:
ConsecutiveCalls.php (new 96),
Exception.php (new 89),
MatcherCollection.php (new 74),
Return.php (new 87),
ReturnArgument.php (new 86),
ReturnCallback.php (new 103)
-
PHPUnit-3.4.7/PHPUnit/Framework/Process:
TestCaseMethod.tpl.dist (new 44)
-
PHPUnit-3.4.7/PHPUnit/Framework/TestSuite:
DataProvider.php (new 77)
-
PHPUnit-3.4.7/PHPUnit/Runner:
BaseTestRunner.php (new 191),
IncludePathTestCollector.php (new 160),
StandardTestSuiteLoader.php (new 176),
TestCollector.php (new 70),
TestSuiteLoader.php (new 77),
Version.php (new 82)
-
PHPUnit-3.4.7/PHPUnit/Samples/BankAccount:
BankAccount.php (new 120),
BankAccountTest.php (new 137)
-
PHPUnit-3.4.7/PHPUnit/Samples/BankAccountDB:
BankAccount.php (new 209),
BankAccountDBTest.php (new 149),
BankAccountDBTestMySQL.php (new 149)
-
PHPUnit-3.4.7/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.4.7/PHPUnit/Samples/BowlingGame:
BowlingGame.php (new 106),
BowlingGameSpec.php (new 182),
BowlingGameTest.php (new 109)
-
PHPUnit-3.4.7/PHPUnit/Samples/Money:
IMoney.php (new 72),
Money.php (new 150),
MoneyBag.php (new 249),
MoneyTest.php (new 247)
-
PHPUnit-3.4.7/PHPUnit/TextUI:
Command.php (new 1006),
ResultPrinter.php (new 675),
TestRunner.php (new 876)
-
PHPUnit-3.4.7/PHPUnit/Util:
Class.php (new 481),
CodeCoverage.php (new 344),
Configuration.php (new 837),
Diff.php (new 268),
ErrorHandler.php (new 129),
File.php (new 364),
Fileloader.php (new 149),
Filesystem.php (new 412),
Filter.php (new 587),
FilterIterator.php (new 163),
Getopt.php (new 214),
GlobalState.php (new 341),
InvalidArgumentHelper.php (new 89),
Metrics.php (new 70),
PDO.php (new 361),
PHP.php (new 162),
Printer.php (new 209),
Report.php (new 250),
Skeleton.php (new 153),
Template.php (new 180),
Test.php (new 656),
TestSuiteIterator.php (new 154),
Timer.php (new 130),
Type.php (new 197),
XML.php (new 957)
-
PHPUnit-3.4.7/PHPUnit/Util/Log:
CPD.php (new 129),
Database.php (new 520),
GraphViz.php (new 300),
JSON.php (new 281),
JUnit.php (new 494),
Metrics.php (new 181),
PEAR.php (new 244),
PMD.php (new 336),
TAP.php (new 260)
-
PHPUnit-3.4.7/PHPUnit/Util/Log/CodeCoverage:
Database.php (new 596)
-
PHPUnit-3.4.7/PHPUnit/Util/Log/CodeCoverage/XML:
Clover.php (new 348),
Source.php (new 290)
-
PHPUnit-3.4.7/PHPUnit/Util/Log/Database:
MySQL.sql (new 210),
SQLite3.sql (new 210)
-
PHPUnit-3.4.7/PHPUnit/Util/Log/PMD:
Rule.php (new 88)
-
PHPUnit-3.4.7/PHPUnit/Util/Log/PMD/Rule:
Class.php (new 66),
File.php (new 66),
Function.php (new 67),
Project.php (new 66)
-
PHPUnit-3.4.7/PHPUnit/Util/Log/PMD/Rule/Class:
DepthOfInheritanceTree.php (new 82),
EfferentCoupling.php (new 85),
ExcessiveClassLength.php (new 85),
ExcessivePublicCount.php (new 86),
TooManyFields.php (new 87)
-
PHPUnit-3.4.7/PHPUnit/Util/Log/PMD/Rule/Function:
CRAP.php (new 87),
CodeCoverage.php (new 90),
CyclomaticComplexity.php (new 88),
ExcessiveMethodLength.php (new 85),
ExcessiveParameterList.php (new 85),
NPathComplexity.php (new 86)
-
PHPUnit-3.4.7/PHPUnit/Util/Log/PMD/Rule/Project:
CRAP.php (new 109)
-
PHPUnit-3.4.7/PHPUnit/Util/Metrics:
Class.php (new 732),
File.php (new 308),
Function.php (new 503),
Project.php (new 475)
-
PHPUnit-3.4.7/PHPUnit/Util/Report:
Node.php (new 487)
-
PHPUnit-3.4.7/PHPUnit/Util/Report/Node:
Directory.php (new 392),
File.php (new 860)
-
PHPUnit-3.4.7/PHPUnit/Util/Report/Template:
butter.png (new),
chameleon.png (new),
close12_1.gif (new),
container-min.js (new 19),
container.css (new 324),
directory.html.dist (new 71),
directory_item.html.dist (new 31),
file.html.dist (new 120),
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 14),
yui_item.js (new 5)
-
PHPUnit-3.4.7/PHPUnit/Util/Skeleton:
Class.php (new 325),
Test.php (new 385)
-
PHPUnit-3.4.7/PHPUnit/Util/Skeleton/Template:
Class.tpl.dist (new 7),
IncompleteTestMethod.tpl.dist (new 11),
Method.tpl.dist (new 9),
TestClass.tpl.dist (new 32),
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.4.7/PHPUnit/Util/TestDox:
NamePrettifier.php (new 183),
ResultPrinter.php (new 338)
-
PHPUnit-3.4.7/PHPUnit/Util/TestDox/ResultPrinter:
HTML.php (new 130),
Text.php (new 102)
-
oliklee
2010-01-19 01:14
#6
Rev.: 29014
-
17 lines of code changed in 2 files:
-
Changelog (+1),
ext_autoload.php (new 16)
-
oliklee
2010-01-19 01:08
#5
Rev.: 29013
-
4 lines of code changed in 2 files:
-
Changelog (+3),
ext_emconf.php (+1 -1)
-
oliklee
2010-01-18 19:20
#4
Rev.: 28996
-
116 lines of code changed in 5 files:
-
Changelog (+3),
class.tx_phpunit_database_testcase.php (+24 -7)
-
tests:
database_testcase.php (+87 -12),
tx_phpunit_test_testcase.php (+1 -45),
tx_t3unit_test_testcase.php (+1 -45)
-
oliklee
2010-01-06 18:39
#3
Rev.: 28457
-
97 lines of code changed in 5 files:
-
Changelog (+3)
-
tests:
database_testcase.php (+39 -16),
tx_phpunit_test_testcase.php (+31 -11),
tx_phpunit_testsuite.php (+2 -3),
tx_t3unit_test_testcase.php (+22 -8)
-
Repository Tag: 3.4.3
-
oliklee
2010-01-05 17:17
#2
Rev.: 28417
-
6 lines of code changed in 3 files:
-
Changelog (+3),
ext_emconf.php (+3 -3)
-
doc:
manual.sxw (changed)
-
oliklee
2010-01-05 17:13
#1
Rev.: 28416
-
23 lines of code changed in 8 files:
-
class.tx_phpunit_cli_phpunit.php (+15 -1),
class.tx_phpunit_testcase.php (+2 -2),
class.tx_phpunit_testlistener.php (+1 -1)
-
mod1:
class.tx_phpunit_module1.php (+1 -1),
index.php (+1 -1)
-
tests:
tx_phpunit_test_testcase.php (+1 -1),
tx_phpunit_testsuite.php (+1 -1),
tx_t3unit_test_testcase.php (+1 -1)