-
Hello 🙂,
So far, our homepage sucks. I propose as a short term to replace it by the features pages. What do you think?
Hywan updated
7 years ago
-
See atoum/atoum#535
``` php
$this
->resource($variable)
->isOfType('stream')
->isStream()
->type
->isEqualTo('stream')
;
```
Both assertions are equivalent he…
-
Hi,
I'm testing the `3.0.x` branch with PHP 7.1 and I got segfaults on some tests using mocks.
I disabled XDebug, also tried with PHP 7.0, and got the same result.
I did a kind of bisect to get t…
-
Add this http://jubianchi.fr/atoum-alias.htm in the official documentation.
Don't know exactly where to put it?
-
I would like to inquire about the status of simpletest. The last release was in October of 2015, so getting close to 2 years ago now. I'm guessing there are 4 possibilities as to why this is. 1) The c…
-
there is no documentation for the constant asserter.
it has an isEqualTo (and equalTo) method :
And seems to be used like this :
```
$this->constant(GLOB_NOSORT)->isEqualTo(4);
```
I don't really…
-
Discovered in Fedora QA since updated from 7.1.1 to 7.1.2RC1
https://apps.fedoraproject.org/koschei/package/atoum?collection=f26
```
Declaration of mageekguy\atoum\asserters\castToArray::setWith(…
-
According to the current (french) [documentation](http://docs.atoum.org/fr/chapitre2.html#Shunter-les-appels-aux-methodes-parentes), it is not clear to know if we have to call `shuntParentClassCalls` …
-
We should have a license and it should be the same as the atoum/atoum repository
- [x] a `LICENSE` file
- [x] in the `composer.json` file (`BSD-3-Clause`)
- [x] in the `README.md` file
-
Hi,
We have an web application with this directory structure (an legacy application include in a symfony app)
```
www
|_src
|_tests
|_vendor
|_atoum
|_web
…