api/symfony/Component/RemoteEvent/Tests/Event/Sms/SmsEventTest.yaml
2024-09-26 02:03:21 -07:00

19 lines
410 B
YAML

name: SmsEventTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: SmsEvent
type: class
source: Symfony\Component\RemoteEvent\Event\Sms\SmsEvent
properties: []
methods:
- name: testPhone
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\RemoteEvent\Event\Sms\SmsEvent
interfaces: []