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
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 |
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 | |
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; |
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 | |
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; |
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
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)); |