-
Some extensions add new asserters.
Do you know how we could also add autocomplete on this asserters ?
(adding another atoum class causes problems for the autocompletion).
(
plus, if we found there…
-
Hello,
I think we could create an extension for atoum with specific assert like
```
$this->option($this->newTestedInstance->someValue())->isSome;
$this->option($this->newTestedInstance->someValue(…
-
Trying to install this extension seems not to work currently because composer seems not to be able to find a suitable atoum dependency:
```
./composer.phar require --dev atoum/phpunit-extension
U…
-
`composer install` doesn't work:
```
Your requirements could not be resolved to an installable set of packages.
Problem 1
- atoum/atoum 1.2.5 requires php >=5.3.3, your PHP version (7.2.…
-
TODO before first release:
- atoum
- [x] merge https://github.com/atoum/atoum/pull/635
- [x] merge https://github.com/atoum/atoum/pull/634
- [x] tag atoum
- Visibility extension:
- [x] …
-
See atoum/atoum#788 for reference.
If we already have a coverage report generated in a directory and we run atoum with `-ncc` the report is overwritten with an empty one.
The extension should do…
-
When running `console atoum MyVendorMyBundle --env=test` i get:
```
There is no test found on "MyVendorMyBundle".
Error: No test found
Usage: atoum [path/to/test/file] [options]
Available options are…
-
Bonjour,
Environnement : Mac OS X
Version PHP : 7.1.28
### Contexte :
j'ai voulu mettre en place des tests fonctionnels avec atoum en utilisant "atoum/atoum-bundle". J'ai donc la structure …
-
Add [telemetry](https://dashboard.telemetry.atoum.org/) reports https://github.com/atoum/telemetry
- [x] [Use reports extension](https://github.com/atoum/reports-extension) -> Wait for telemetry stan…
-
Hi,
I have written the test for a new library needed mock the function provided by a PHP extension (win32service).
But the mock not work.
PHP 7.3.0 NTS x64
Atoum v3.3
Test file: https://git…