Skip to content

Instantly share code, notes, and snippets.

View gnugat's full-sized avatar
💭
Test, Code, Refactor, Repeat!

Loïc Faugeron gnugat

💭
Test, Code, Refactor, Repeat!
View GitHub Profile
@gnugat
gnugat / Command.php
Created October 9, 2013 10:57
What's wrong with this ?
<?php
class Command
{
/**
* Takes input's parameters to create an output (with a status code).
*
* @param InputInterface $input
*
* @return OutputInterface
@gnugat
gnugat / ACTUAL_OUTPUT
Created September 1, 2013 16:27
Incenteev/ParameterHandler in version 2.1@dev (on date 09/01/13) does not seem to support more than one depth level
Some parameters are missing. Please provide them.
extensions ({ Behat\Symfony2Extension\Extension: { mink_driver: true }, Behat\MinkExtension\Extension: { base_url: 'http://motivation-application.local/', default_session: symfony2 } }): ^Ĉ
@gnugat
gnugat / .gitignore
Last active December 21, 2015 22:48
Basic Stack - A C basic implementation
# Compiled file
a.out