Commit Graph

141 Commits

Author SHA1 Message Date
Taylor Otwell 8b4c17a8b6 <auto> removed unit tests from repository. 2012-03-27 15:46:51 -05:00
Taylor Otwell 59ae60d287 fixing release script. 2012-03-27 15:45:52 -05:00
Taylor Otwell 1d9a794fcd remove tests. 2012-03-27 15:43:46 -05:00
Taylor Otwell 15fe1d5258 added tests to develop branch. 2012-03-27 15:41:30 -05:00
Taylor Otwell f706ed75bf made testing elegant. 2012-01-27 15:28:46 -06:00
Taylor Otwell ae7faf1e45 add example test file. 2012-01-27 15:06:25 -06:00
Taylor Otwell f420ec5515 moving core tests into bundle. 2012-01-27 12:09:19 -06:00
Taylor Otwell 8325f6dc5e added event class tests. 2012-01-27 11:48:53 -06:00
Taylor Otwell e7d3929a5f added another routing test. 2012-01-27 11:39:51 -06:00
Taylor Otwell 021a48552d added bundle controller routing test. 2012-01-27 11:37:35 -06:00
Taylor Otwell 5a37473e7b added basic bundle routing test. 2012-01-27 11:30:19 -06:00
Taylor Otwell 2c593bdc15 added controller routing tests. 2012-01-27 11:18:23 -06:00
Taylor Otwell d6e21a4186 adding routing tests. 2012-01-27 11:10:14 -06:00
Taylor Otwell f93532d226 added test for route::is method. 2012-01-27 10:46:35 -06:00
Taylor Otwell 8dfb50c835 opened up bundles to live anywhere and respond to any URI.' 2012-01-26 14:37:43 -06:00
Taylor Otwell 37b5f614ba more view tests. 2012-01-25 10:30:31 -06:00
Taylor Otwell b812f2f08a adding more view tests. 2012-01-25 10:16:50 -06:00
Taylor Otwell 99a2c520c0 added more view tests. 2012-01-25 09:59:17 -06:00
Taylor Otwell 974ff302ef adding some view tests and fixing a few bugs. 2012-01-25 08:37:04 -06:00
Taylor Otwell bf509b679f added config class tests. 2012-01-24 10:34:14 -06:00
Eric Barnes ea8c6e1825 Fixed route handles for uri's that partially match 2012-01-19 08:47:17 -05:00
Taylor Otwell 9bcbe6a357 fix bug in route handles method. 2012-01-18 15:28:16 -06:00
Taylor Otwell 7fa80bcdba made namespace autoloader test more realistic. 2012-01-18 14:28:02 -06:00
Taylor Otwell e0188f70c5 added bundles and storage directory to dummy laravel test setup. 2012-01-18 14:27:01 -06:00
Taylor Otwell 813cd0d3b8 finish autoloader tests. 2012-01-18 14:13:50 -06:00
Taylor Otwell 319964fce2 added basic autoloader tests. 2012-01-18 14:03:12 -06:00
Taylor Otwell eb193c1d12 working on the route class. 2012-01-18 12:44:00 -06:00
Taylor Otwell 73c09f2f29 fixed bug in router. 2012-01-18 11:41:13 -06:00
Taylor Otwell 659a09a11b added mroe tests for route. 2012-01-18 11:28:12 -06:00
Taylor Otwell 5c03c1de56 added wildcard test to route test. 2012-01-18 11:26:08 -06:00
Taylor Otwell aa427bbd39 added route test for handles method. fixed bug in route class. 2012-01-18 11:25:11 -06:00
Taylor Otwell f4e1eaf29e adding some basic auth tests. 2012-01-18 11:03:02 -06:00
Taylor Otwell 19f8430ce2 finished the asset tests. 2012-01-18 10:47:48 -06:00
Taylor Otwell 9977ccb708 adding asset container tests. 2012-01-18 10:25:24 -06:00
Taylor Otwell 6bdc34dc07 finished testing the string class. 2012-01-17 16:39:51 -06:00
Taylor Otwell 3e8fbce099 finished string::encoding test. 2012-01-17 16:14:47 -06:00
Taylor Otwell f634b6b97b rename str.php to str.test.php... change suffix in phpunit.xml 2012-01-17 16:11:06 -06:00
Taylor Otwell 6f2e83f284 added foundation of testing setup. 2012-01-17 16:04:28 -06:00
Taylor Otwell 493e1c1374 remove tests from main repository, moved storage directory to application. 2011-11-01 23:51:14 -05:00
Taylor Otwell 6081baaa20 git rid of uri test case and remove information from config. 2011-11-01 23:42:47 -05:00
Taylor Otwell 75ce8796d7 got rid of URI class and brought URI determination back to into request class. 2011-10-29 23:17:47 -05:00
Taylor Otwell 866f5d8fc3 removed provides functionality. need to explore doing this in a way that is more friendly to http, such as using the accept header. 2011-10-29 21:02:01 -05:00
Taylor Otwell 4c2209e331 added url tests. 2011-10-26 23:36:30 -05:00
Taylor Otwell 4d7457acc3 added language tests. 2011-10-26 23:16:11 -05:00
Taylor Otwell 1264a7dd8d added after filter tests. 2011-10-26 22:57:34 -05:00
Taylor Otwell 33e1bd4f11 added another route filter parameter test. 2011-10-26 22:55:40 -05:00
Taylor Otwell 212bbad1a6 changed route filter test. 2011-10-26 22:54:42 -05:00
Taylor Otwell 98d351b91e added route filter tests. 2011-10-26 22:53:50 -05:00
Taylor Otwell e05b05a33b added route loader tests. 2011-10-26 22:27:19 -05:00
Taylor Otwell cb027980ae fix array tests. 2011-10-26 21:22:30 -05:00
Taylor Otwell 560b1362a1 added request format test. 2011-10-25 00:04:51 -05:00
Taylor Otwell c0c103a6d6 added uri class tests. 2011-10-25 00:02:45 -05:00
Taylor Otwell d4ddb05abb refactoring. added default controller. added uri class. 2011-10-24 21:00:51 -05:00
Taylor Otwell ba29a0bd38 fix request tests. 2011-10-18 21:05:21 -05:00
Taylor Otwell ca784e9fc2 continuing to refactor the validator. 2011-10-16 13:48:36 -05:00
Taylor Otwell f8e63f313d adding validator tests. 2011-10-16 13:34:26 -05:00
Taylor Otwell 17ea09364d fixed str test cases and str::limit function. 2011-10-15 14:17:58 -05:00
Taylor Otwell 3998066eb7 refactored session tests. 2011-10-12 23:35:15 -05:00
Eric Barnes aa607c9962 Added unit tests for Str::limit and limit_words. Also fixed bug in limit with multibyte characters. 2011-10-11 16:35:54 -04:00
Eric Barnes 212b349026 Added Str tests. 2011-10-11 00:24:42 -04:00
Taylor Otwell d07714936f finished tests for request class. 2011-10-10 22:55:57 -05:00
Taylor Otwell 0cb81d8585 added request::uri tests. 2011-10-10 22:42:43 -05:00
Taylor Otwell f2b9d1e2f8 added request tests. 2011-10-10 22:31:59 -05:00
Taylor Otwell c1e68717bc working more on tests. 2011-10-10 22:29:05 -05:00
Taylor Otwell bb77189f35 cleaned up arr tests. 2011-10-10 22:19:08 -05:00
Taylor Otwell b3c9dc59c0 refactoring testing setup. 2011-10-10 22:17:22 -05:00
Eric Faerber ca19b5e744 Test cases for routes 2011-09-23 18:52:29 -06:00
Eric Faerber 71d300f7bb Fixing bootstrap file for tests and changing ConfigTest to use the static methods for the Config class. 2011-09-23 15:19:18 -06:00
Taylor Otwell a8dbe777df more refactoring for 2.0 2011-09-19 21:33:25 -05:00
Taylor Otwell 1b75302d8c added session payload tests. 2011-09-15 23:25:08 -05:00
Taylor Otwell 917d4cb1e4 testing database. 2011-09-15 23:03:47 -05:00
Taylor Otwell 4167a2953c added tests for arr::first. 2011-09-15 22:27:29 -05:00
Taylor Otwell de2eabdf79 refactoring session and wrote tests for session manager. 2011-09-15 22:21:29 -05:00
Taylor Otwell a97c45e034 added session resolver tests. 2011-09-15 00:02:21 -05:00
Taylor Otwell 49c9094f32 refactored session and added unit tests for manager and driver. 2011-09-14 23:54:14 -05:00
Taylor Otwell d252677f34 removed get_script and get_style from asset class. 2011-09-06 23:39:50 -05:00
Taylor Otwell d82a3f419f added asset dependency tests. 2011-09-06 23:37:39 -05:00
Taylor Otwell ed9e04db6f refactoring. 2011-09-06 23:29:19 -05:00
Taylor Otwell 7eef380d8a more refactoring and dependency injection. 2011-09-06 22:04:52 -05:00
Taylor Otwell 0c2834fed1 added more config tests. 2011-09-04 23:57:58 -05:00
Taylor Otwell 018d25c895 added unit tests. 2011-09-04 23:55:28 -05:00
Taylor Otwell cb8e8194ce removed application and resolver classes. added phpunit tests. 2011-09-04 23:19:14 -05:00
Taylor Otwell 7d50f5f96d removed docs and test from main repository. 2011-07-16 10:58:49 -05:00
Taylor Otwell 794e0e6d17 added exception test to view tests. 2011-07-13 23:56:44 -05:00
Taylor Otwell f266a1c6ca added view tests. 2011-07-13 23:53:14 -05:00
Taylor Otwell ca3c6623a2 added arr tests. 2011-07-13 23:43:32 -05:00
Taylor Otwell 23f167acc7 added route finder tests. 2011-07-13 23:38:18 -05:00
Taylor Otwell 0086fff896 renamed test. 2011-07-13 23:25:10 -05:00
Taylor Otwell 121a15bbcf refactored route parameter parsing tests. 2011-07-13 23:24:22 -05:00
Taylor Otwell 537139a2ca refactoring test structure. 2011-07-13 23:14:51 -05:00
Taylor Otwell d3398db56f added tests to main repository. 2011-07-13 22:27:14 -05:00