fix naming problem with dataProvider method in NumberToTest.php
commite8c2ecbdecc973e6302afacd720a4376cd6df3e8
authoracmoore <acmoore>
Mon, 19 Jul 2010 15:17:39 +0000 (19 15:17 +0000)
committeracmoore <acmoore>
Mon, 19 Jul 2010 15:17:39 +0000 (19 15:17 +0000)
tree9b43544ae181058813ece805f9880619509cb07f
parent5b18a21b3be3ef316560a9bab5d100d0b79ad9f5
fix naming problem with dataProvider method in NumberToTest.php

the dataProvider method should not have a name that starts with 'test',
otherwise phpunit thinks it's a test method and tries to run it
by itself.
Tests/NumberToTextTest.php