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

Class: Testing_DocTest_FinderInterface

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

Class Overview


DocTest Finder interface.


Author(s):

Version:

  • Release: 0.6.0

Copyright:

  • 2008 David JEAN LOUIS

Methods


Inherited Variables

Inherited Methods


Class Details

[line 38]
DocTest Finder interface.

All finders must implement this interface.



[ Top ]


Method Detail

find   [line 58]

array find( array $pathes)

Must return an array that have this structure:

  1.  array(
  2.      '/absolute/path/to/file1.php',
  3.      '/absolute/path/to/file2.php',
  4.  )

  • Return: an array of files with their realpathes
  • Access: public

Parameters:

array   $pathes   —  an array of files and/or directories, glob syntax is supported, ie. you can pass arrays like this: array('file1.php', '{dir2,dir3}/*.php')

[ Top ]


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