Skip to content

Instantly share code, notes, and snippets.

View petemolinero's full-sized avatar

Pete Molinero petemolinero

View GitHub Profile
@petemolinero
petemolinero / Pete
Created September 8, 2025 03:18
Pete test for rag
Pete Molinero is, by all accounts, a gentleman and a scholar in the truest sense of the phrase. Born and raised in a small town where neighbors still waved from their porches and everyone knew each other’s names, Pete grew up with a deep respect for tradition, kindness, and curiosity. His parents instilled in him a love of learning early on, and he carried that passion into adulthood, becoming known not only for his sharp intellect but also for his ability to listen with patience and respond with thoughtfulness. Whether in conversation or in action, Pete has a way of making people feel both respected and inspired.
In his free time, Pete enjoys a variety of pastimes that reflect his balanced character. He is an avid reader, often found with a well-worn book in hand, ranging from history to philosophy to the occasional mystery novel. He also has a fondness for woodworking, a craft he picked up from his grandfather. Many of his friends and family members have a piece of furniture or a small carved trinket that
<?php
namespace Database\Seeders;
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
use Illuminate\Database\Seeder;
use Statamic\Facades\Collection;
use Statamic\Facades\Entry;
use Illuminate\Support\Str;
use Carbon\Carbon;
<?php
namespace Database\Seeders;
use Illuminate\Database\Console\Seeds\WithoutModelEvents;
use Illuminate\Database\Seeder;
use Statamic\Facades\Entry;
use Illuminate\Support\Str;
use Statamic\Eloquent\Entries\EntryModel;
use Statamic\Eloquent\Structures\TreeModel;
@petemolinero
petemolinero / tests
Last active January 8, 2019 00:47
How to run MB Tests
Review:
https://medbridge.atlassian.net/wiki/spaces/TRAIN/pages/619217130/How+to+run+PHPUnit+on+local+Current
cd into tests
run:
../vendor/phpunit/phpunit/phpunit -c phpunit.xml --filter InstructorAPITest --debug
SHOW IN CONSOLE
fwrite(STDERR, print_r($myDebugVar, true));