FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
queue/phpunit.xml at main · utopia-php/queue · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
utopia-php
/
queue
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
13
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
queue
/
phpunit.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (33 loc) · 1.72 KB
Breadcrumbs
queue
/
phpunit.xml
Copy path
File metadata and controls
33 lines (33 loc) · 1.72 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<
phpunit
backupGlobals
=
"
false
"
bootstrap
=
"
vendor/autoload.php
"
colors
=
"
true
"
processIsolation
=
"
false
"
stopOnFailure
=
"
false
"
>
<
testsuites
>
<
testsuite
name
=
"
unit
"
>
<
directory
>./tests/Queue/Unit</
directory
>
<
file
>./tests/Queue/E2E/Adapter/ConsumerResilienceTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/KubernetesJobAdapterTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/BackgroundTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/LockingTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/RedisBrokerRecoveryTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/RedisReconnectCallbackTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/ServerTelemetryTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/SwooleConcurrencyTest.php</
file
>
</
testsuite
>
<
testsuite
name
=
"
e2e
"
>
<
file
>./tests/Queue/E2E/Adapter/NatsBrokerTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/NatsServerTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/NatsPoolTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/KedaTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/PoolTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/RedisAuthTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/RedisConnectionRecoveryTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/SwooleTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/SwooleRestartTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/SwooleRedisClusterTest.php</
file
>
<
file
>./tests/Queue/E2E/Adapter/WorkermanTest.php</
file
>
</
testsuite
>
</
testsuites
>
</
phpunit
>
Back
|
FazBrowse Home
|
New Git URL