Skip to content

Commit

Permalink
Add Relay client stubs for tests
Browse files Browse the repository at this point in the history
Introduce `load-relay.php` and `Relay.php` as stubs in the test suite. These files provide a basic structure and functionality for the Relay client, including constants, options, and connection methods. This will facilitate testing of Relay-dependent features.
  • Loading branch information
koriym committed Sep 4, 2024
1 parent 3d2a788 commit 7bf7388
Show file tree
Hide file tree
Showing 3 changed files with 3,333 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"tests/Fake/Memcached.php",
"tests/Fake/Redis.php",
"tests/Fake/RedisException.php",
"tests/syslog.php"
"tests/syslog.php",
"tests-stub/load-relay.php"
]
},
"config": {
Expand Down
Loading

0 comments on commit 7bf7388

Please sign in to comment.