I hereby claim:
- I am gallna on github.
- I am gallna (https://keybase.io/gallna) on keybase.
- I have a public key ASChY-mD3Hgoepq6cU8aOu5Fj5Xivg_P_kilnEQEQNzOVQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| { | |
| "success": true, | |
| "errorCode": null, | |
| "errorMessage": null, | |
| "trackingId": null, | |
| "datetime": 1430996652, | |
| "response": { | |
| "information": { | |
| "rank": "-text_relevance", | |
| "size": 10, |
| <?php | |
| use hurricane\directorservice\app\DirectorService; | |
| use hurricane\directorservice\domain; | |
| use hurricane\directorservice\domain\fields\director\summary; | |
| use companycheck\services\auth; | |
| use companycheck\services\clients; | |
| class DirectorServiceTest extends \PHPUnit_Framework_TestCase | |
| { |