Move TestExtMath to php
commitfa3e93fdcaffbe816b12266db28223fda64b4bc5
authorJordan DeLong <jdelong@fb.com>
Sun, 16 Jun 2013 01:44:21 +0000 (15 18:44 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 19 Jun 2013 16:54:36 +0000 (19 09:54 -0700)
treee7b2db3ad485e220632885055d94ac034ec12ba5
parent4cebdbe47d650b3facb22d375b4764b3360d9921
Move TestExtMath to php
13 files changed:
hphp/test/ext/test_ext.h
hphp/test/ext/test_ext_math.cpp [deleted file]
hphp/test/ext/test_ext_math.h [deleted file]
hphp/test/slow/ext_math/abs.php [new file with mode: 0644]
hphp/test/slow/ext_math/abs.php.expect [new file with mode: 0644]
hphp/test/slow/ext_math/math_misc.php [new file with mode: 0644]
hphp/test/slow/ext_math/math_misc.php.expect [new file with mode: 0644]
hphp/test/slow/ext_math/max.php [new file with mode: 0644]
hphp/test/slow/ext_math/max.php.expect [new file with mode: 0644]
hphp/test/slow/ext_math/min.php [new file with mode: 0644]
hphp/test/slow/ext_math/min.php.expect [new file with mode: 0644]
hphp/test/slow/ext_math/round.php [new file with mode: 0644]
hphp/test/slow/ext_math/round.php.expect [new file with mode: 0644]