diff options
author | emkael <emkael@tlen.pl> | 2013-09-15 14:16:59 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2013-09-15 14:16:59 +0200 |
commit | c6f4409f7d2052f384f07e894394481a703e7369 (patch) | |
tree | 7f2b9fba8b70adcf9e421e19152d6d4c7d84c5fa | |
parent | 5f4594124832c6eee2f295dee4710ff2b05e6357 (diff) |
* ignorowanie zewnętrznych zależności JS
* ostrzeżenie i wyjaśnienie dla testów kalkulatora
-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 + |