Johan Cwiklinski

Results 60 issues of Johan Cwiklinski

Hello, First of all, thank you very much for that great bundle! :) It works perfectly in dev mode from the debugging bar, and I also got the URL in...

Hi, I do not know why this disable title option has been added; I'm trying to fix #373. Problem is my pages titles looks like `pages.home` outputted verbatim in title,...

It's unfortunately a quite common case: running tests fails without any error, causes can be multiple: - a syntax error in a php file - inheritance issue (try for example...

enhancement

I've configured both HTML and clover coverage reports like this: ```php $coverage_dir = __DIR__ . '/tests/'; $coverageField = new atoum\atoum\report\fields\runner\coverage\html( 'GLPI', $coverage_dir ); $coverageField->setRootUrl('file://' . realpath($coverage_dir)); $script ->addDefaultReport() ->addField($coverageField); $cloverWriter...

bug

When we test a class `Main` that calls another class `Other`; code coverage appears only for `Main`, nothing for `Other`. See https://github.com/trasher/atoum-coverage-issue for a simple reproducible use case.

bug

There are several strange behaviors when trying to tests array values from the array asserter. An example I've just fixed (see https://github.com/glpi-project/glpi/commit/01e3e101c8614d5e9494ca55130c881f6d1ea149). The `$this->array($event->fields)->string['name']->contains('Copy of %s')` should have fail because...

Trying to launch tests on several files or directories will fail when using the loop switch. This one will run: ``` $ atoum --files tests/units/afile.php tests/units/otherfile.php ``` This one will...

bug
in progress
question

Tha latest release (1.0.4) is not present on the jquery plugins website: http://plugins.jquery.com/pretty-text-diff/ Thank you!

Hello, I'm trying to get a range facet on the the same date field with multiple parameters. On Solr side, I use something like: `{!key=foo facet.date.start=1980-01-01T00:00:00.000Z facet.date.end=2000-01-01T00:00:00.000Z facet.date.gap=+1DAY}date_field` That way,...

Improvement

Hi guys, I'm trying to get armadito compiled on a CentOS6 host, but it fails; as far as I understand because fanotify is not available on this platform: ``` response.h:25:28:...

bug
high priority
linux