class ChainedBatchTruthTest (View source)
| protected Closure | $callback | The underlying truth test. |
| void | __construct(Closure $callback)
Create a new truth test instance. | |
| bool | __invoke(PendingBatch $pendingBatch)
Invoke the truth test with the given pending batch. |
Create a new truth test instance.
Invoke the truth test with the given pending batch.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Support/Testing/Fakes/ChainedBatchTruthTest.html