Skip to content

Instantly share code, notes, and snippets.

@adamcameron
Created May 4, 2013 12:29
Show Gist options
  • Save adamcameron/5517352 to your computer and use it in GitHub Desktop.
Save adamcameron/5517352 to your computer and use it in GitHub Desktop.
An implementation of tests.cfc
component extends="tests" {
public void function beforeTests(){
super.beforeTests();
variables.testFunction = variables.testFunctions.adam;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment