-
Hi!
Well, first of all, thanks for a great library! I got introduced to it after we adopted a no-longer maintained OS library (https://github.com/egeloen/ivory-google-map). As that library is quite…
-
## Coverage driver
Để generate coverage report bằng PHPUnit, cần có [coverage driver](https://github.com/sebastianbergmann/php-code-coverage/tree/master/src/Driver):
![image](https://user-images.git…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 9.5.23
| PHP version | 8.2.16
| Installation Method | Composer / PHAR
#### Summary
we tr…
-
[0], best to avoid `MW-master` / MW 1.28 as test instance.
```
Using PHP 7.0.13
Semantic Watchlist: 1.2.0-alpha
Semantic MediaWiki: 2.5.0-alpha (SMWSQLStore3, mysql)
MediaWiki: 1.2…
-
Hi :-)
I really love symfony/flex. I use it a lot on other projects. Currently I'm maintaining a legacy project (started with Symfony 2.3 :partying_face: - now Symfony 4.4, currently updating to 5…
-
| Question | Answer
| ------------| ---------------
| Infection version | 0.23.0
| Test Framework version | PHPUnit 9.5.5
| PHP version | 8.0.x
| Platform | Ubuntu
I'm experimenting fals…
-
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
…
-
i get alternating test results when running phpunit on OntoWiki level.
3 cases cycle...
# first case:
There was 1 failure:
1) IndexControllerTest::testEmptyAction
Failed asserting last controller u…
-
Managing PHPUnit compatibility is a real nightmare
Most often, PHP extensions use .phpt file instead of phpunit test case
For now, we are unable to run test suite with PHP 8 because of phpunit
…
-
A common error with phpunit & guard
`Call to undefined method PHPUnit_Framework_TestResult::allCompletlyImplemented()`
Referenced from: https://github.com/Maher4Ever/guard-phpunit/issues/10
Might be…