Commit graph

2 commits

Author SHA1 Message Date
Platonides
3662ccd949 I am fed up of selenium constants which aren't properly defined by all files using them.
Making those of SeleniumTestConstants.php into class constants.

for i in $(grep -o 'const [A-Z_]*' SeleniumTestConstants.php | cut -c 7-); do
find -name \*.php -and -not -name SeleniumTestConstants.php -exec sed -i s/$i/SeleniumTestConstants::$i/g \{\} +
done
2011-01-01 20:56:39 +00:00
Priyanka Dhanda
e6ad39cf5d Some test cleanup. 2010-12-23 23:12:31 +00:00