This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
_id: '00e8da9b’, | |
name: 'Kidney Beans', | |
barcode: '99823883833', | |
stores: [ # Instances of this product. | |
{ | |
_id: '98823d', | |
name: 'Publix', | |
qty: 30, # Quantity available within store. | |
price: 1200, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,css,js,txt,info . |
NewerOlder