diff options
-rw-r--r-- | tests/OsikaEvaluatorTest.php | 14 | ||||
-rw-r--r-- | web/.gitignore | 2 |
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/OsikaEvaluatorTest.php b/tests/OsikaEvaluatorTest.php index ce713a7..8df81a0 100644 --- a/tests/OsikaEvaluatorTest.php +++ b/tests/OsikaEvaluatorTest.php @@ -1,5 +1,19 @@ <?php +/** + * DISCLAIMER! + * + * Do NOT. Under ANY circumstances. Use this test set as an evaluation + * for OSiKa algorithm correctness. + * + * It's SOLE purpose was to ensure correct transition from the previous + * codebase and it ONLY checks if all the calculation and output collection + * was handled the same way as with the previous script. + * + * This test set does NOT ensure that the trick values coming out of the algorithm + * are in any way correct, in terms of bridge theory. + **/ + class OsikaEvaluatorTest extends PHPUnit_Framework_TestCase { private $_evaluator; diff --git a/web/.gitignore b/web/.gitignore new file mode 100644 index 0000000..86e9501 --- /dev/null +++ b/web/.gitignore @@ -0,0 +1,2 @@ +lib + |