InteractsWithSession::session()
  • References/PHP/Laravel/Foundation/Testing/Concerns

void session(array $data) Set the session to the given array.

2025-01-10 15:47:30
HasSource::toString()
  • References/PHP/Laravel/Foundation/Testing/Constraints

string toString() Returns a string representation of the object.

2025-01-10 15:47:30
TestCase::seeJsonEquals()
  • References/PHP/Laravel/Foundation/Testing

$this seeJsonEquals(array $data) Assert that the response contains an exact

2025-01-10 15:47:30
ViewPublishCommand::callSilent()
  • References/PHP/Laravel/Foundation/Console

int callSilent(string $command, array $arguments = array()) Call another

2025-01-10 15:47:30
TinkerCommand::call()
  • References/PHP/Laravel/Foundation/Console

int call(string $command, array $arguments = array()) Call another console

2025-01-10 15:47:30
Application::isBooted()
  • References/PHP/Laravel/Foundation

bool isBooted() Determine if the application has booted.

2025-01-10 15:47:30
InteractsWithPages::dontSeeLink()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this dontSeeLink(string $text, string|null $url = null) Assert that a

2025-01-10 15:47:30
UpCommand::run()
  • References/PHP/Laravel/Foundation/Console

int run(InputInterface $input, OutputInterface $output) Run the console

2025-01-10 15:47:30
ClearCompiledCommand::options()
  • References/PHP/Laravel/Foundation/Console

array options() Get all of the options passed to the command.

2025-01-10 15:47:30
ResetsPasswords::showResetForm()
  • References/PHP/Laravel/Foundation/Auth

Factory|

2025-01-10 15:47:30