SYMBOL INDEX (38 symbols across 9 files) FILE: src/Commands/FakeIdSetupCommand.php class FakeIdSetupCommand (line 9) | class FakeIdSetupCommand extends Command method handle (line 32) | public function handle() method hasExistingConfiguration (line 61) | protected function hasExistingConfiguration($file) method removeExistingConfiguration (line 71) | protected function removeExistingConfiguration(&$file) method writeNewConfiguration (line 86) | protected function writeNewConfiguration($file, $path) FILE: src/Facades/FakeId.php class FakeId (line 5) | class FakeId extends Facade method getFacadeAccessor (line 13) | protected static function getFacadeAccessor() FILE: src/FakeIdServiceProvider.php class FakeIdServiceProvider (line 7) | class FakeIdServiceProvider extends ServiceProvider method boot (line 14) | public function boot() method register (line 27) | public function register() method registerOptimus (line 40) | protected function registerOptimus() method registerCommand (line 59) | protected function registerCommand() FILE: src/RoutesWithFakeIds.php type RoutesWithFakeIds (line 7) | trait RoutesWithFakeIds method getRouteKey (line 14) | public function getRouteKey() method resolveRouteBindingQuery (line 33) | public function resolveRouteBindingQuery($query, $value, $field = null) FILE: tests/Entities/Deletable.php class Deletable (line 8) | class Deletable extends Model FILE: tests/Entities/Fake.php class Fake (line 7) | class Fake extends Model FILE: tests/Entities/FakeWithRouteKeyName.php class FakeWithRouteKeyName (line 7) | class FakeWithRouteKeyName extends Model method getRouteKeyName (line 13) | public function getRouteKeyName() FILE: tests/Entities/Real.php class Real (line 6) | class Real extends Model FILE: tests/FakeIdTest.php class FakeIdTest (line 16) | class FakeIdTest extends TestCase method getPackageProviders (line 18) | protected function getPackageProviders($application) method setUp (line 25) | public function setUp(): void method configureDatabase (line 32) | protected function configureDatabase() method createRoute (line 62) | protected function createRoute($path, $handler) method it_resolves_the_facade (line 71) | public function it_resolves_the_facade() method it_encodes_the_route_key (line 77) | public function it_encodes_the_route_key() method it_decodes_the_route_key_when_resolving (line 86) | public function it_decodes_the_route_key_when_resolving() method it_decodes_the_route_key_when_resolving_with_the_custom_route_key_name (line 98) | public function it_decodes_the_route_key_when_resolving_with_the_custo... method it_decodes_the_route_key_when_resolving_with_a_custom_attribute (line 110) | public function it_decodes_the_route_key_when_resolving_with_a_custom_... method it_doesnt_throw_when_resolving_an_undecodable_route_key (line 122) | public function it_doesnt_throw_when_resolving_an_undecodable_route_key() method it_resolves_implicit_bindings (line 134) | public function it_resolves_implicit_bindings() method it_resolves_implicit_bindings_with_trashed (line 149) | public function it_resolves_implicit_bindings_with_trashed() method it_resolves_explicit_bindings (line 165) | public function it_resolves_explicit_bindings() method it_cannot_resolve_soft_deleted_explicit_bindings_with_trashed (line 195) | public function it_cannot_resolve_soft_deleted_explicit_bindings_with_... method it_resolves_soft_deleted_explicit_bindings_with_trashed_with_working_callback (line 220) | public function it_resolves_soft_deleted_explicit_bindings_with_trashe... method it_returns_notfound_on_model_not_found (line 242) | public function it_returns_notfound_on_model_not_found() method it_returns_notfound_on_undecodable_route_key (line 259) | public function it_returns_notfound_on_undecodable_route_key()