Skip to content

Commit

Permalink
add new test
Browse files Browse the repository at this point in the history
  • Loading branch information
natmchugh committed Jun 30, 2010
1 parent d047b62 commit dbb0060
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/FestivalClass_evalCommnd.phpt
@@ -0,0 +1,10 @@
--TEST--
Test the Festival eval Command method
--FILE--
<?php
$festObj = new Festival_FestivalClass();
$return = $festObj->evalCommand('voice_don_diphone');
$festObj->sayText('I am a different voice');
var_dump($return);
--EXPECTF--
bool(true)

0 comments on commit dbb0060

Please sign in to comment.