summaryrefslogtreecommitdiff
path: root/tests/OsikaEvaluatorTest.php
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2013-09-15 14:16:59 +0200
committeremkael <emkael@tlen.pl>2013-09-15 14:16:59 +0200
commitc6f4409f7d2052f384f07e894394481a703e7369 (patch)
tree7f2b9fba8b70adcf9e421e19152d6d4c7d84c5fa /tests/OsikaEvaluatorTest.php
parent5f4594124832c6eee2f295dee4710ff2b05e6357 (diff)
* ignorowanie zewnętrznych zależności JS
* ostrzeżenie i wyjaśnienie dla testów kalkulatora
Diffstat (limited to 'tests/OsikaEvaluatorTest.php')
-rw-r--r--tests/OsikaEvaluatorTest.php14
1 files changed, 14 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;