Testing_DocTest
[ class tree: Testing_DocTest ] [ index: Testing_DocTest ] [ all elements ]

Class: Testing_DocTest_ParserInterface

Source Location: /Testing_DocTest-0.6.0/Testing/DocTest/ParserInterface.php

Class Overview


DocTest Parser interface.


Author(s):

Version:

  • Release: 0.6.0

Copyright:

  • 2008 David JEAN LOUIS

Methods


Inherited Variables

Inherited Methods


Class Details

[line 38]
DocTest Parser interface.

All parsers must implement this interface.



[ Top ]


Method Detail

parse   [line 58]

array parse( array $files)

Parse the files passed and return an array as follows:

  1.  array(
  2.      'file1' => array($testCase1$testCase2),
  3.      'file2' => array($testCase1$testCase2),
  4.  )

  • Throws: Testing_DocTest_Exception
  • Access: public

Parameters:

array   $files   —  an array of file pathes

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:52:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.