Skip to content

Commit

Permalink
Renamed parse_msg.php -> parseResponse.php
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_IRC/trunk@81684 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
tvvcox committed May 10, 2002
1 parent fa63133 commit b6645dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/parse_msg.php → tests/parseResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
require_once '../IRC.php';
$tests = array(
'PING :foo',
'NOTICE AUTH :*** Found your hostname, cached',
':cox!localhost PRIVMSG #pear :hi my name is Luser',
':sapiens.dhis.org 353 net_irc = #pear :net_irc cox',
':net_irc!~myident@sapiens.idecnet.com JOIN :#pear',
':cox!~cox@sapiens.idecnet.com PART #pear'
//':sapiens.dhis.org 353 net_irc = #pear :net_irc cox',
//':net_irc!~myident@sapiens.idecnet.com JOIN :#pear',
//':cox!~cox@sapiens.idecnet.com PART #pear'
);
$irc = new Net_IRC;
foreach($tests as $t) {
Expand Down

0 comments on commit b6645dc

Please sign in to comment.