-
```
$factory('App\Song', [
'album_id' => 'factory:App\Album',
'name' => $faker->sentence
]);
```
-
Rather than a Utils class with all those array_\* methods, just create a Collection class (or maybe even consider using a third-party collection class if you can find one that's lightweight enough) th…
-
-
It will be great to be able to unfake the facade: **Bus::unfake();**
If I call **Bus::fake()** , then there is no proper way to revert this, I have to make new Dispatcher and swap the fake with ori…
-
#### What are you trying to achieve?
Run tests in general (using make).
#### What do you get instead?
```bash
Fatal error: Declaration of Codeception\Lib\Connector\Lumen\DummyKernel::handle(Symf…
-
Reproduce:
```php
use React\EventLoop\Factory as Loop;
use React\Async;
use React\Promise\Deferred;
$loop = Loop::create();
$deferred = new Deferred;
$promise = $deferred->promise();
$lo…
-
### Laravel Version
11.8
### PHP Version
8.3
### Database Driver & Version
_No response_
### Description
The following validation does not work: `date_format:m/y|after:today` but `date_format:…
-
Can't seem to insert some use statements for classes.
I have verified that they are indeed in the tags file.
-
@adamwathan
**Do you have recommendations on where to run your tests?**
I use homestead on both my mac and windows and it is very slow
Homestead is configured to have 8GB ram and 4 CPUs. It is als…
-
#### What are you trying to achieve?
Run codeception in Docker using standalone selenium server
#### What do you get instead?
[Error] Class name must be a valid object or a string
NOTE: Sinc…