Skip to content

Instantly share code, notes, and snippets.

View albertvolkman's full-sized avatar

Albert Volkman albertvolkman

View GitHub Profile
<?php
/**
* @file
* Contains AllPlayers\RestServer\Tests\Controller\Group\MemberControllerTest.
*/
namespace AllPlayers\RestServer\Tests\Controller\Group;
use AllPlayers\Tests\Selenium\Group\Registration\AdHocRegistrationTest;
use AllPlayers\Tests\Selenium\TestCase\TestCase;
@albertvolkman
albertvolkman / gist:9744340
Last active August 29, 2015 13:57
Example MondoDB schema
{
_id: '00e8da9b’,
name: 'Kidney Beans',
barcode: '99823883833',
stores: [ # Instances of this product.
{
_id: '98823d',
name: 'Publix',
qty: 30, # Quantity available within store.
price: 1200,
@albertvolkman
albertvolkman / gist:8945381
Created February 11, 2014 22:17
Drupal Code Sniffer
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,js,txt,info .