Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= PHPUnit |
8 |
PORTNAME= PHPUnit |
9 |
PORTVERSION= 3.2.1 |
9 |
PORTVERSION= 3.2.13 |
10 |
CATEGORIES= devel www pear |
10 |
CATEGORIES= devel www pear |
11 |
MASTER_SITES= http://pear.phpunit.de/get/ |
11 |
MASTER_SITES= http://pear.phpunit.de/get/ |
12 |
|
12 |
|
Lines 42-47
Link Here
|
42 |
FILES= PHPUnit/Extensions/Database/Constraint/DataSetIsEqual.php \ |
42 |
FILES= PHPUnit/Extensions/Database/Constraint/DataSetIsEqual.php \ |
43 |
PHPUnit/Extensions/Database/Constraint/TableIsEqual.php \ |
43 |
PHPUnit/Extensions/Database/Constraint/TableIsEqual.php \ |
44 |
PHPUnit/Extensions/Database/DB/MetaData/InformationSchema.php \ |
44 |
PHPUnit/Extensions/Database/DB/MetaData/InformationSchema.php \ |
|
|
45 |
PHPUnit/Extensions/Database/DB/MetaData/MySQL.php \ |
46 |
PHPUnit/Extensions/Database/DB/MetaData/Oci.php \ |
47 |
PHPUnit/Extensions/Database/DB/MetaData/PgSQL.php \ |
45 |
PHPUnit/Extensions/Database/DB/MetaData/Sqlite.php \ |
48 |
PHPUnit/Extensions/Database/DB/MetaData/Sqlite.php \ |
46 |
PHPUnit/Extensions/Database/DB/DataSet.php \ |
49 |
PHPUnit/Extensions/Database/DB/DataSet.php \ |
47 |
PHPUnit/Extensions/Database/DB/DefaultDatabaseConnection.php \ |
50 |
PHPUnit/Extensions/Database/DB/DefaultDatabaseConnection.php \ |
Lines 96-101
Link Here
|
96 |
PHPUnit/Extensions/SeleniumTestCase.php \ |
99 |
PHPUnit/Extensions/SeleniumTestCase.php \ |
97 |
PHPUnit/Extensions/TestDecorator.php \ |
100 |
PHPUnit/Extensions/TestDecorator.php \ |
98 |
PHPUnit/Extensions/TestSetup.php \ |
101 |
PHPUnit/Extensions/TestSetup.php \ |
|
|
102 |
PHPUnit/Extensions/SeleniumTestCase/append.php \ |
103 |
PHPUnit/Extensions/SeleniumTestCase/phpunit_coverage.php \ |
104 |
PHPUnit/Extensions/SeleniumTestCase/prepend.php \ |
99 |
PHPUnit/Framework/ComparisonFailure/Array.php \ |
105 |
PHPUnit/Framework/ComparisonFailure/Array.php \ |
100 |
PHPUnit/Framework/ComparisonFailure/Object.php \ |
106 |
PHPUnit/Framework/ComparisonFailure/Object.php \ |
101 |
PHPUnit/Framework/ComparisonFailure/Scalar.php \ |
107 |
PHPUnit/Framework/ComparisonFailure/Scalar.php \ |
Lines 163-168
Link Here
|
163 |
PHPUnit/Framework/SelfDescribing.php \ |
169 |
PHPUnit/Framework/SelfDescribing.php \ |
164 |
PHPUnit/Framework/SkippedTest.php \ |
170 |
PHPUnit/Framework/SkippedTest.php \ |
165 |
PHPUnit/Framework/SkippedTestError.php \ |
171 |
PHPUnit/Framework/SkippedTestError.php \ |
|
|
172 |
PHPUnit/Framework/SkippedTestSuiteError.php \ |
166 |
PHPUnit/Framework/Test.php \ |
173 |
PHPUnit/Framework/Test.php \ |
167 |
PHPUnit/Framework/TestCase.php \ |
174 |
PHPUnit/Framework/TestCase.php \ |
168 |
PHPUnit/Framework/TestFailure.php \ |
175 |
PHPUnit/Framework/TestFailure.php \ |
Lines 200-208
Link Here
|
200 |
PHPUnit/Util/Log/PMD/Rule/Function.php \ |
207 |
PHPUnit/Util/Log/PMD/Rule/Function.php \ |
201 |
PHPUnit/Util/Log/PMD/Rule/Project.php \ |
208 |
PHPUnit/Util/Log/PMD/Rule/Project.php \ |
202 |
PHPUnit/Util/Log/PMD/Rule.php \ |
209 |
PHPUnit/Util/Log/PMD/Rule.php \ |
|
|
210 |
PHPUnit/Util/Log/CPD.php \ |
211 |
PHPUnit/Util/Log/Database.php \ |
203 |
PHPUnit/Util/Log/GraphViz.php \ |
212 |
PHPUnit/Util/Log/GraphViz.php \ |
204 |
PHPUnit/Util/Log/JSON.php \ |
213 |
PHPUnit/Util/Log/JSON.php \ |
|
|
214 |
PHPUnit/Util/Log/Metrics.php \ |
205 |
PHPUnit/Util/Log/PEAR.php \ |
215 |
PHPUnit/Util/Log/PEAR.php \ |
|
|
216 |
PHPUnit/Util/Log/PMD.php \ |
206 |
PHPUnit/Util/Log/TAP.php \ |
217 |
PHPUnit/Util/Log/TAP.php \ |
207 |
PHPUnit/Util/Log/XML.php \ |
218 |
PHPUnit/Util/Log/XML.php \ |
208 |
PHPUnit/Util/Metrics/Class.php \ |
219 |
PHPUnit/Util/Metrics/Class.php \ |
Lines 231-237
Link Here
|
231 |
PHPUnit/Util/Skeleton/IncompleteTestMethod.tpl \ |
242 |
PHPUnit/Util/Skeleton/IncompleteTestMethod.tpl \ |
232 |
PHPUnit/Util/Skeleton/TestClass.tpl \ |
243 |
PHPUnit/Util/Skeleton/TestClass.tpl \ |
233 |
PHPUnit/Util/Skeleton/TestMethod.tpl \ |
244 |
PHPUnit/Util/Skeleton/TestMethod.tpl \ |
234 |
PHPUnit/Util/Skeleton/TestMethodConstraint.tpl \ |
245 |
PHPUnit/Util/Skeleton/TestMethodBool.tpl \ |
|
|
246 |
PHPUnit/Util/Skeleton/TestMethodBoolStatic.tpl \ |
247 |
PHPUnit/Util/Skeleton/TestMethodException.tpl \ |
248 |
PHPUnit/Util/Skeleton/TestMethodExceptionStatic.tpl \ |
249 |
PHPUnit/Util/Skeleton/TestMethodStatic.tpl \ |
235 |
PHPUnit/Util/TestDox/ResultPrinter/HTML.php \ |
250 |
PHPUnit/Util/TestDox/ResultPrinter/HTML.php \ |
236 |
PHPUnit/Util/TestDox/ResultPrinter/Text.php \ |
251 |
PHPUnit/Util/TestDox/ResultPrinter/Text.php \ |
237 |
PHPUnit/Util/TestDox/NamePrettifier.php \ |
252 |
PHPUnit/Util/TestDox/NamePrettifier.php \ |
Lines 315-320
Link Here
|
315 |
Util/AllTests.php \ |
330 |
Util/AllTests.php \ |
316 |
Util/TimerTest.php \ |
331 |
Util/TimerTest.php \ |
317 |
_files/AnInterface.php \ |
332 |
_files/AnInterface.php \ |
|
|
333 |
_files/BankAccount.json \ |
334 |
_files/BankAccount.metrics \ |
335 |
_files/BankAccount.pmd \ |
336 |
_files/BankAccount.tap \ |
337 |
_files/BankAccount.xml \ |
318 |
_files/ClassWithNonPublicAttributes.php \ |
338 |
_files/ClassWithNonPublicAttributes.php \ |
319 |
_files/DoubleTestCase.php \ |
339 |
_files/DoubleTestCase.php \ |
320 |
_files/Error.php \ |
340 |
_files/Error.php \ |
Lines 345-350
Link Here
|
345 |
_files/TornDown4.php \ |
365 |
_files/TornDown4.php \ |
346 |
_files/TornDown5.php \ |
366 |
_files/TornDown5.php \ |
347 |
_files/WasRun.php \ |
367 |
_files/WasRun.php \ |
|
|
368 |
_files/foo.xml \ |
369 |
_files/bar.xml \ |
348 |
AllTests.php \ |
370 |
AllTests.php \ |
349 |
TestConfiguration.php.dist |
371 |
TestConfiguration.php.dist |
350 |
SCRIPTFILES= phpunit |
372 |
SCRIPTFILES= phpunit |