Skip to content

Commit

Permalink
Merge pull request #33 from atuttle/public_getTests
Browse files Browse the repository at this point in the history
Can we make DirectoryTestSuite.getTests() public?
  • Loading branch information
marcesher committed Oct 1, 2013
2 parents ad1cdb8 + 78dd186 commit 8226397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/DirectoryTestSuite.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<cfreturn testResult>
</cffunction>

<cffunction name="getTests" access="private" output="false">
<cffunction name="getTests" access="public" output="false">
<cfargument name="directory" required="true" hint="directory of tests to run">
<cfargument name="componentPath" required="true" hint="the component path to put in front of all tests found (i.e. 'com.blah')">
<cfargument name="recurse" required="false" default="true" type="boolean" hint="whether to recurse down the directory tree">
Expand Down Expand Up @@ -187,4 +187,4 @@

<cfreturn arguments.path />
</cffunction>
</cfcomponent>
</cfcomponent>

0 comments on commit 8226397

Please sign in to comment.