platform/api/laravel/Support/Testing/Fakes/ChainedBatchTruthTest.yaml

37 lines
811 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ChainedBatchTruthTest
class_comment: null
dependencies:
- name: Closure
type: class
source: Closure
properties:
- name: callback
visibility: protected
comment: '# * The underlying truth test.
# *
# * @var \Closure'
methods:
- name: __construct
visibility: public
parameters:
- name: callback
comment: "# * The underlying truth test.\n# *\n# * @var \\Closure\n# */\n# protected\
\ $callback;\n# \n# /**\n# * Create a new truth test instance.\n# *\n# * @param\
\ \\Closure $callback\n# * @return void"
- name: __invoke
visibility: public
parameters:
- name: pendingBatch
comment: '# * Invoke the truth test with the given pending batch.
# *
# * @param \Illuminate\Bus\PendingBatch $pendingBatch
# * @return bool'
traits:
- Closure
interfaces: []