Joshua Sherman
5d7f3a0e5a
Added an injectable endpoint
...
Allows for injecting endpoints to simulate poor responses while still testing
the responses from the actual endpoint.
2014-01-11 19:07:29 -05:00
Joshua Sherman
abe73f66a4
Added better test coverage to the AYAH class
2014-01-11 18:41:27 -05:00
Joshua Sherman
549abca8df
Expanded File class testing
...
Shooting for 100%!
2014-01-11 18:28:14 -05:00
Joshua Sherman
9f3ec38d1a
Dropped API Common class
...
The class didn't provide any value and promised that it would in the future.
Any sort of redundant connection logic should simply be contained in a class
that can be extended and not an API-centric common class. Trying to move away
from all common classes in favor of classes that can be reused in different
parts of the core as well as outside of it.
2014-01-11 18:07:50 -05:00
Joshua Sherman
771c2b59b1
Thinking I got the path worked out
2014-01-11 17:56:29 -05:00
Joshua Sherman
8b04815db6
Fixed path in the command
...
Had it working on the CLI, forgot to put it into the config
2014-01-11 17:50:43 -05:00
Joshua Sherman
d2cf41ce3b
Sorta got it working locally, fingers crossed!
2014-01-11 17:48:35 -05:00
Joshua Sherman
205c0cb0cf
More tweakin’
2014-01-11 17:32:24 -05:00
Joshua Sherman
b838f05ac5
Debugging like a boss
2014-01-11 17:29:29 -05:00
Joshua Sherman
4b12aca2f8
Trying to figure out the pwd
2014-01-11 17:26:43 -05:00
Joshua Sherman
5793db4ce0
Added that ./
2014-01-11 17:09:41 -05:00
Joshua Sherman
fba57ebeab
Yet again...
2014-01-11 16:58:24 -05:00
Joshua Sherman
41a61a4f70
Dropped src, added badges to README
2014-01-11 16:50:25 -05:00
Joshua Sherman
bd143696cb
Just trying shit at this point...
2014-01-11 16:46:21 -05:00
Joshua Sherman
972c9087f7
Trying the same in the travis config
2014-01-11 16:41:12 -05:00
Joshua Sherman
028d0ec486
Added ../../ to the src path
...
Thinking since the src path seems to be relative to the coveralls binary that
I need to go up a few directories to find my src code.
2014-01-11 16:33:51 -05:00
Joshua Sherman
b3c70ecdec
Last one, I swear
2014-01-11 16:30:53 -05:00
Joshua Sherman
dcee9e748a
More .composers left over
2014-01-11 16:29:09 -05:00
Joshua Sherman
f8d44618d2
Fixed composer path in bootstrap
2014-01-11 16:25:41 -05:00
Joshua Sherman
04e008c508
Moved composer out of the private directory
...
Unsure if that's why I couldn't make the file, thinking of perhaps making the
log directory part of the directory structure instead of creating it on the
fly in Travis CI.
2014-01-11 16:23:06 -05:00
Joshua Sherman
4a8260c0eb
More path goodness
2014-01-11 16:16:55 -05:00
Joshua Sherman
b9be4b0890
Messing with the paths
...
Gonna get this working eventually!!
2014-01-11 16:00:49 -05:00
Joshua Sherman
d32bcbd602
Added classes to the coverage src path
...
Probably want to move to having my source in a src directory but that's not
something I want to do at this time. Checking coverage in ./classes will skip
over the pickles.php file (which I don't necessarily think needs tested) but
also skips over the ./vendors directory which contains some third party stuff
that doesn't have as much test coverage.
2014-01-11 15:53:31 -05:00
Joshua Sherman
82ba7b0873
Added coveralls config
2014-01-11 15:44:27 -05:00
Joshua Sherman
40d7cd2e73
Changed bin path
2014-01-11 15:37:02 -05:00
Joshua Sherman
c31e1b7742
Added coveralls stuff
2014-01-11 15:34:01 -05:00
Joshua Sherman
f3785bfa84
Added some stuff for coveralls
...
Still fighting with it, will remove the extra package if I find it to be an
unnecessary dependency.
2014-01-10 11:38:05 -05:00
Joshua Sherman
ed5ddf8766
Updated README
2014-01-10 11:19:43 -05:00
Joshua Sherman
8fc726b983
Updated copyright date.
...
It's a new year, figured it would be nice to get this done before summer time
like most years.
2014-01-05 13:44:25 -05:00
Joshua Sherman
161d0e5051
Stubbed out Profiler tests
2014-01-04 11:33:13 -05:00
Joshua Sherman
bf817d52f4
HTML class tests
...
Wrote tests and dropped the ol' XHTML "self-closing" tags. Also fixed a bug with closing tags when no content was present.
2014-01-04 10:15:56 -05:00
Joshua Sherman
f0b5bfa459
Form class tests and updates
...
Still rockin' that XHTML4 nonsense. Updates to HTML5 (sans self closing tags) and added tests.
2014-01-03 23:45:52 -05:00
Joshua Sherman
13e9507b49
Dropped PHP <5.5 in travis.
2014-01-03 19:09:46 -05:00
Joshua Sherman
dd2e6994fa
New test classes
...
Forgot to commit them it seems.
2014-01-03 19:08:53 -05:00
Joshua Sherman
ff226a3cf9
MOAR TESTS
...
Had to half ass the AYAH test because it was throwing too many errors w/o an actual API key. Testing the error scenarios in the methods themselves and not the results from AYAH.
2014-01-03 19:00:38 -05:00
Joshua Sherman
c87779b9d2
Tests for gravatar class
2014-01-03 18:17:06 -05:00
Joshua Sherman
0cb3489054
Added back 5.4 and 5.3 as acceptable failures.
...
Don't really need them but figured why the hell not.
2014-01-03 17:53:49 -05:00
Joshua Sherman
ff44cd0e17
Cleaned up longhand arrays, added Profanity tests
2014-01-03 17:52:24 -05:00
Joshua Sherman
5678e75fbd
Tinychat API has been dropped, dropping class.
2014-01-03 17:46:45 -05:00
Joshua Sherman
967f4c1e64
Added HHVM to testing
2014-01-03 13:16:11 -05:00
Joshua Sherman
6e9736f030
Finished up tests for Dynamic class
...
Switched closure compiler to a composer version for ease of use when doing CI testing
2014-01-03 00:22:58 -05:00
Joshua Sherman
17752f71b3
More composer stuff, updated compile / minify logic
...
Now using composer installed apps for less and scss files.
2014-01-02 22:39:19 -05:00
Joshua Sherman
bfa35794b5
Cleaned up old code and wrote more tests
...
Log class is fully tested, Dynamic class is nearly complete but I wanted to see what Travis would bark about regarding LESS and SASS
2014-01-02 18:16:15 -05:00
Joshua Sherman
3fee938c2a
Stubbed out and wrote some tests
...
Will code tests for the stub files in the AM.
2014-01-02 01:17:25 -05:00
Joshua Sherman
5308f4ea6c
Number and File class tests
2014-01-02 00:56:20 -05:00
Joshua Sherman
e9456600a7
Sort and Time class tests
2014-01-02 00:09:58 -05:00
Joshua Sherman
007ebef6e6
Distance class tests
2014-01-01 23:03:08 -05:00
Joshua Sherman
2f0472fbf3
Browser class tests
2014-01-01 22:37:05 -05:00
Joshua Sherman
6ff2889270
Moved testing TODO
2013-12-31 12:51:26 -05:00
Joshua Sherman
7a4f992210
Added TODO and new tests
...
Catching up the existing tests to include any new functionality that hasn't had a test written yet.
2013-12-31 11:08:19 -05:00