PHP Classes

File: tests/ArchTest.php

Recommend this page to a friend!
  Classes of Arda Günsüren   ElevenLabs Laravel   tests/ArchTest.php   Download  
File: tests/ArchTest.php
Role: Example script
Content type: text/plain
Description: Example script
Class: ElevenLabs Laravel
Generate speech from text using the ElevenLabs API
Author: By
Last change:
Date: 11 days ago
Size: 111 bytes
 

Contents

Class file image Download
<?php

it
('will not use debugging functions')
    ->
expect(['dd', 'dump', 'ray'])
    ->
each->not->toBeUsed();