-
Hello,
it could be good to have something like this :
``` php
$this->castToArray($container)
->integer['myKey']
->callable['myOtherKey'];
```
-
After trying to find where my problem was, I intentionally create a bug in my code to check the results from Atoum to browsers.
I found that the results are not the same ...
## Example
```php
…
-
Trying to mock a function as was described in documentation. And all I get is the message that function already exists.
Here is my code
```
public function testLogout()
{
$t…
-
Example:
```
$response = $api->get('/repos/:owner/:repo/compare/:base...:head', [
'owner' => 'atoum',
'repo' => 'atoum',
'base' => '3.0.0',
'head' => '3.1.0',
]);
```
will provo…
-
See https://github.com/atoum/atoum/pull/479#issuecomment-239820823.
Long story short: The `mageekguy\atoum\iterators\recursives\directory\factory` class is implementing `IteratorAggregate`, but the `g…
Hywan updated
7 years ago
-
The problem in tests here:
https://github.com/Ph3nol/NotificationPusher/blob/master/tests/units/Sly/NotificationPusher/Model/Push.php#L95
From Travis:
```
=> tests\units\Sly\NotificationPusher…
-
After a long discussion about https://github.com/hoaproject/Central/issues/36:
1. atoum has dropped support for HHVM,
2. No one has asked for HHVM support,
3. HHVM does not support PHP 7.
## P…
Hywan updated
7 years ago
-
Hello,
Since today, I get failures on travis builds on php nightly:
```
==> Error FATAL ERROR in /home/travis/build/glpi-project/glpi/tests/units/Item_Devicesimcard.php on unknown line, generat…
-
travis-ci 经常提示 :
Worker information
hostname: i-042e8d8-precise-production-2-worker-org-docker.travisci.net:409c82b8-2bc7-4d8d-9b9a-2d0c15ef6078
version: v2.5.0 https://github.com/travis-ci/worker/…
-
Given:
```