Skip to content

Instantly share code, notes, and snippets.

View tgalopin's full-sized avatar

Titouan Galopin tgalopin

View GitHub Profile
#
# /etc/acmephp.conf - Configuration file for ACME PHP CLI client
# See https://github.com/acmephp/cli for more informations
#
###################################################################
# Adapters
#
# Adapters are the link between the storage and the concrete
# persistance system. You can declare multiple adapters here to
annotations - Filesystem > OpCache -> cache.adapter.local
validator -> cache.adapter.local
serialize -> cache.adapter.local
security -> cache.adapter.local
property_access -> cache.adapter.local
property_info -> cache.adapter.local
metadata_cache_driver -> cache.adapter.local
11-22 21:57:30.596 19424-19739/com.poinsart.votar E/art﹕ JNI ERROR (app bug): accessed stale local reference 0x200011 (index 4 in a table of size 4)
11-22 21:57:30.596 19424-19739/com.poinsart.votar E/art﹕ 0xb487a180 SpaceTypeMallocSpace begin=0x32c00000,end=0x32e01000,limit=0x52c00000,size=2MB,capacity=192MB,non_growth_limit_capacity=512MB,name="main rosalloc space 1"]
11-22 21:57:30.596 19424-19739/com.poinsart.votar E/art﹕ 0xb4875b00 allocspace main rosalloc space 1 live-bitmap 2[begin=0x32c00000,end=0x52c00000]
11-22 21:57:30.596 19424-19739/com.poinsart.votar E/art﹕ 0xb4875ae0 allocspace main rosalloc space 1 mark-bitmap 2[begin=0x32c00000,end=0x52c00000]
11-22 21:57:30.596 19424-19739/com.poinsart.votar E/art﹕ 0xb4874120 SpaceTypeImageSpace begin=0x6fed4000,end=0x70885440,size=9MB,name="/data/dalvik-cache/arm/system@framework@boot.art"]
11-22 21:57:30.596 19424-19739/com.poinsart.votar E/art﹕ 0xb4875160 imagespace /data/dalvik-cache/arm/system@framework@boot.art live-bitmap 0[begin=0x6fed4000,end=
<?php
class PathMappingTest
{
public function testMergeDirectParent()
{
$root = __DIR__.'/Fixtures/dir5';
$this->store->set('/', null);
$this->store->set('/webmozart', array($root));
$this->store->set('/webmozart/sub', null);
@tgalopin
tgalopin / fosmessage-usage-ideas.php
Created September 24, 2015 20:07
FOSMessage usage ideas
<?php
/*
* Create the Doctrine entity manager
*/
$entityManager = createEm();
/*
* Create the FOSMessage driver
*/
@tgalopin
tgalopin / puli-test-all-installation.php
Last active August 29, 2015 14:28
puli-test-all-installation
<?php
$repositories = [
'puli/cli',
'puli/composer-plugin',
'puli/discovery',
'puli/manager',
'puli/repository',
'puli/symfony-bridge',
'puli/twig-extension',
@tgalopin
tgalopin / webmozart-key-value-store-failures
Created August 24, 2015 19:01
webmozart-key-value-store-failures
.............................................................. 62 / 516 ( 12%)
.............................................................. 124 / 516 ( 24%)
......................................F....EEEF..F..F..F..FFFE 186 / 516 ( 36%)
F............................................................. 248 / 516 ( 48%)
.........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 310 / 516 ( 60%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 372 / 516 ( 72%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 434 / 516 ( 84%)
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 496 / 516 ( 96%)
SSSSSSSSSSSSSSS.....
@tgalopin
tgalopin / puli-manager-failures
Created August 24, 2015 18:57
puli-manager-failures
............................................................ 60 / 1400 ( 4%)
............................................................ 120 / 1400 ( 8%)
FF..FFF..................................................... 180 / 1400 ( 12%)
............................................................ 240 / 1400 ( 17%)
............................................................ 300 / 1400 ( 21%)
............................................................ 360 / 1400 ( 25%)
............................................................ 420 / 1400 ( 30%)
.......F.................................................... 480 / 1400 ( 34%)
....................F..................F...F................ 540 / 1400 ( 38%)
................................FFFF........................ 600 / 1400 ( 42%)
@tgalopin
tgalopin / gist:33cd1f54286b7c7f59b5
Created August 24, 2015 17:19
webmozart-console-failures
............................................................ 60 / 1497 ( 4%)
............................................................ 120 / 1497 ( 8%)
............................................................ 180 / 1497 ( 12%)
............................................................ 240 / 1497 ( 16%)
............................................................ 300 / 1497 ( 20%)
............................................................ 360 / 1497 ( 24%)
............................................................ 420 / 1497 ( 28%)
............................................................ 480 / 1497 ( 32%)
............................................................ 540 / 1497 ( 36%)
............................................................ 600 / 1497 ( 40%)
@tgalopin
tgalopin / puli-composer-plugin-failures
Created August 24, 2015 17:04
puli-composer-plugin-failures
.FFSSF.FFFF......FFFFFFF..FF.FFFF.F.FF..FF
Time: 1.66 seconds, Memory: 7.75Mb
There were 25 failures:
1) Puli\ComposerPlugin\Tests\PuliPluginTest::testInstallNewPuliPackages with data set #0 ('post-install-cmd')
Expectation failed for method name is equal to <string:run> when invoked at sequence index 1
Parameter 0 for invocation Puli\ComposerPlugin\PuliRunner::run('package --install "C:/Users/t...poser"') does not match expected value.
Failed asserting that two strings are equal.