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

Class: Testing_DocTest_Parser_Default

Source Location: /Testing_DocTest-0.3.0/DocTest/Parser/Default.php

Class Overview


DocTest Parser default class.


Author(s):

Version:

  • Release: 0.3.0

Copyright:

  • 2008 David JEAN LOUIS

Methods


Inherited Variables

Inherited Methods


Class Details

[line 45]
DocTest Parser default class.

Important note: this class will be refactored soon so do not rely on it yet if you want to subclass or customize Testing_DocTest.



[ Top ]


Method Detail

parse   [line 172]

array parse( array $files)

Parse the files passed and return an array of type:

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

  • Access: public

Parameters:

array   $files   —  an array of file pathes

[ Top ]


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