GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
sqlmarker
Browse code
Switched to 214 instance for marking.
master
1 parent
9cc6f02
commit
12209ca1a09e16a744f684d0916e41c4ac03bd94
Nigel Stanger
authored
on 29 Aug 2013
Patch
Showing
1 changed file
Unit_testing/test_config.php
Ignore Space
Show notes
View
Unit_testing/test_config.php
<?php // Define things that need to be globally accessible as constants. $scenario = 'STINK_student_records'; // Used to load XML fixture files, as createXMLDataSet requires an absolute path. define( 'TEST_CLASS_PATH', realpath( "../${scenario}/Test_classes" ) ); set_include_path( get_include_path() . PATH_SEPARATOR . TEST_CLASS_PATH ); define( 'ORACLE_SERVICE_ID', 'isorcl-214' ); ?>
<?php // Define things that need to be globally accessible as constants. $scenario = 'STINK_student_records'; // Used to load XML fixture files, as createXMLDataSet requires an absolute path. define( 'TEST_CLASS_PATH', realpath( "../${scenario}/Test_classes" ) ); set_include_path( get_include_path() . PATH_SEPARATOR . TEST_CLASS_PATH ); define( 'ORACLE_SERVICE_ID', 'isorcl-400' ); ?>
Show line notes below