-
Hello :-),
I would like to know how to use the VFS (Virtual File System) please? There is no documentation yet. My needs: create a file, create a directory, create several directories with files insi…
Hywan updated
9 years ago
-
Different behaviors between PHP >= 5.0.0 and HHVM >= 3.0.1 with the following snippet:
``` php
-
Hello :-),
Few weeks ago, a release manager has been mentionned (we talked about @mikaelrandy). Is it still up-to-date?
Hywan updated
9 years ago
-
Running the start command:
```
info Downloading all your repositories.
> Repository: pborreli/18f.gsa.gov
> Repository: pborreli/24pullrequests
> Repository: pborreli/42-protips-2014-co…
-
Hello :-),
``` php
$a = atoum\mock\streams\fs\directory::get('root');
is_dir($a); // false
is_dir((string) $a); // false
```
Is it me or…?
The respective test seems to be incomplete: https://github.…
Hywan updated
10 years ago
-
Hello :-),
Here is my following examples:
``` php
class A extends atoum\test {
public function test_… ( ) { … }
}
class B extends A { }
```
If I run `A`, everything is ok. If I run `B`, atoum …
Hywan updated
10 years ago
-
Would it be possible to support [Atoum](https://github.com/atoum/atoum) ?
-
This relates to https://github.com/facebook/hhvm/issues/3797
I just built hhvm today on a Linux Mint 17.
Whenever I run "hhvm /usr/local/bin/composer update" on my Symfony 2.5 project, I get this er…
-
Thoughts?
Hywan updated
9 years ago
-
There must be a bug somewhere. Atoum is still not the default unit test framework of a major open source project.