Skip to content

Commit b170c6d

Browse files
committed
Remove providers, clean up interface, implement timeAgo class
Removed the providers, since they didn't give anything extra. Moved the language class to TimeAgo namespace instead. Translations are now named Da + En instead. Fixed various namespace issues. Started updating the tests, since phpunit was upgraded.
1 parent ad64534 commit b170c6d

File tree

8 files changed

+69
-513
lines changed

8 files changed

+69
-513
lines changed

phpunit.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<phpunit
33
colors="true"
44
forceCoversAnnotation="false"
5-
codecoverage="true"
65
bootstrap="vendor/autoload.php">
76

87
<testsuite name="php-time-ago">
@@ -20,8 +19,7 @@
2019
</filter>
2120

2221
<logging>
23-
<log type="coverage-html" target="./report" charset="UTF-8" yui="true"
24-
highlight="true" lowUpperBound="50" highLowerBound="80" />
25-
<log type="testdox" target="./report/testdox.html" />
22+
<log type="coverage-html" target="./report" lowUpperBound="50" highLowerBound="80" />
23+
<log type="testdox-html" target="./report/testdox.html" />
2624
</logging>
2725
</phpunit>

0 commit comments

Comments
 (0)