OSDN Git Service

Merge branch 'feature/find_by_name'
[php-libraries/Router.git] / tests /
2020-02-25 frostbaneMerge branch 'feature/find_by_name' develop master 2.0.4
2020-02-25 frostbaneadd find route by name
2020-02-03 frostbaneMerge branch 'feature/has_route' into develop 2.0.3
2020-02-03 frostbaneadd method to check if a matching route exists
2019-12-10 frostbaneMerge branch 'feature/routing' into develop 2.0.2
2019-12-10 frostbanesearch route in reverse
2019-11-28 frostbaneMerge branch 'feature/routing' 2.0.1
2019-11-28 frostbaneRouter::match throws Exception when no match
2019-11-28 frostbaneadd checking method visibility
2019-11-28 frostbaneMerge branch 'feature/routing' into develop
2019-11-28 frostbanefix route regex and router matching
2019-11-28 frostbaneecho result if printable
2019-11-28 frostbaneadd method reflection and parameter sorting
2019-11-28 frostbaneadd more route unit tests
2019-11-28 frostbanedispatch route with a custom instance
2019-11-27 frostbaneMerge branch 'feature/routing' into develop
2019-11-27 frostbanefix unit tests
2019-11-27 frostbane(try to) fix unit tests
2017-01-10 Jefersson NathanMerge pull request #90 from dannyvankooten/minor-change...
2016-12-19 Jefersson NathanCall `self` on phpunit method as it's static methods
2016-10-30 Antoine PousMerge pull request #85 from antoine-pous/master
2016-10-27 Antoine PousFix issue #69 and properly implement PR #65 & #67 ...
2016-10-27 Antoine PousMerge remote-tracking branch 'upstream/master'
2016-05-24 Jefersson NathanMerge pull request #77 from jackmakiyama/fix/url-match
2016-05-24 Jack MakiyamaFixes the match route comparison just for left direction.
2016-04-21 Jefersson NathanChange object to static calls on assertion methods
2016-04-21 Jefersson NathanMake static call in assertion method
2015-12-22 Jefersson NathanMerge pull request #68 from duylecampos/hotfix-1.1.2
2015-10-18 Antoine pousMerge pull request #1 from dannyvankooten/master
2015-10-07 Jefersson NathanMerge pull request #66 from endelwar/full-test-coverage
2015-10-06 Jefersson NathanMerge pull request #63 from endelwar/fix-named-routes
2015-09-27 Manuel Dalla Lana100% test coverage
2015-09-27 Manuel Dalla LanaFix named routes
2015-09-25 Jefersson NathanMerge pull request #61 from endelwar/enhance-tests
2015-09-25 Manuel Dalla Lanaadd PHPRouter\Route tests
2015-09-25 Manuel Dalla Lanaadd test for Router::parseConfig
2015-09-25 Manuel Dalla LanaPSR2 compatibility
2015-09-25 Manuel Dalla Lanaenable backupGlobals in phpunit.xml
2015-09-24 Manuel Dalla Lanaenhance phpunit.xml and fix some tests
2015-08-13 Jefersson NathanMerge pull request #57 from malukenho/bug/url-match
2015-08-12 Jefersson NathanRemove old test
2015-08-12 Jefersson NathanTransport new tests
2015-08-12 Jefersson NathanReorganize tests
2015-08-12 Jefersson NathanAdded tests for router match using basepath
2015-08-12 Jefersson NathanAdded tests for router match using basepath
2015-07-27 Jefersson NathanDelete old tests files
2015-07-27 Jefersson NathanChange namespaces of tests to not conflict with real...
2015-07-25 Jefersson NathanWrite docummentation block
2015-07-25 Jefersson NathanFix code standard
2015-06-15 Jefersson Nathan #56 - Fix array short syntax
2015-06-15 Jefersson Nathan #56 - Create tests for dynamic router
2015-06-15 Jefersson Nathan #56 - Add fixture method to test dynamic router using...
2015-06-15 Jefersson NathanAdd throws doc
2015-06-15 Jefersson NathanReplay same structure for tests stuff and close #42
2015-06-15 Jefersson NathanConvert array syntax to traditional, this broken on...
2015-06-15 Jefersson NathanTest parameters properly, thanks for @Antoine-Pous
2015-06-15 Jefersson NathanAvoid printing things on screen
2015-06-15 Jefersson NathanFix params tags types
2015-06-15 Jefersson NathanAdd dockblock return tags
2015-06-15 Jefersson NathanAdd dockblock params declaration
2015-06-15 Jefersson NathanMerge pull request #54 from Antoine-Pous/master
2015-06-15 Jefersson NathanMerge remote-tracking branch 'jarednova/fix_psr_0'
2015-04-09 Antoine pousUpdate RouterTest.php
2015-04-09 Antoine pousUpdate SomeController.php
2015-03-26 Jefersson NathanMerge pull request #53 from palicao/doc-fix
2015-03-09 Jefersson NathanMerge pull request #52 from palicao/syntax-fixes
2015-03-08 palicaoModified test to comply with the new syntax
2015-01-31 Jefersson NathanMerge pull request #48 from malukenho/feature/refactor 1.1.0-alpha
2015-01-31 malukenhoRemove debug thing
2015-01-31 malukenhoUnit tests for config file
2015-01-31 malukenhoRefactor Config file
2015-01-31 malukenhoDocument Config class
2015-01-31 malukenhoMark Fixture class as final
2015-01-31 malukenhoPut MIT License on top of the files
2014-08-26 Jefersson NathanMerge pull request #1 from dannyvankooten/master
2014-08-23 Jefersson NathanMerge pull request #40 from matsu911/master
2014-08-16 Shigeaki Matsumuranamespace
2014-08-13 Shigeaki Matsumuraone class in one file
2014-08-13 Jefersson NathanMerge pull request #38 from matsu911/master
2014-08-13 Shigeaki Matsumuracall setBasePath only once
2014-08-12 Shigeaki Matsumurause dataProvider
2014-08-12 Shigeaki Matsumuraadded test case for Router::match