Evan Villemez
89f2044581
fixed compiler pass, updated README
2012-07-24 14:39:43 -04:00
Evan Villemez
b9e8d61082
changed inputClass to input, refactored method and class names accordingly, fixed cs in several places
2012-07-23 15:44:37 -04:00
Evan Villemez
06e3a2256b
added a ParserInterface, refactored how Parsers are registered in the ApiDocExtractor, changed formType to inputClass in ApiDocExtractor
2012-07-23 12:54:56 -04:00
William DURAND
64988d00c1
Remove hard dependency with KnpMarkdownBundle
2012-07-20 17:07:20 +02:00
William DURAND
a8e0b24b95
Fix tests, fix markdown/html requirements output
2012-07-20 02:02:45 +02:00
William DURAND
cca97cf6af
Refactoring
...
Move logic to extract data in the Extractor
Remove logic in the AbstractFormatter
Use ApiDoc class as data container
Update tests
Add test to prove the bug with FOSRestBundle annotations (\\d+ instead of \d+)
2012-07-20 01:32:16 +02:00
William DURAND
e7152678a7
Fix tests
2012-07-18 12:46:22 +02:00
William DURAND
0ab2278667
Merge branch '1.0.x'
2012-07-13 16:08:29 +02:00
William DURAND
c4911f57d2
Fix tests
2012-07-13 16:04:29 +02:00
William DURAND
e2e647bb03
Merge branch '1.0.x'
2012-07-13 15:32:51 +02:00
William DURAND
fce0f5d5a6
Fix extractor, markdown formatter, and tests
2012-07-13 15:31:53 +02:00
William DURAND
4b1990b688
Fix stuff
2012-07-13 15:31:53 +02:00
Samuel Gordalina
07e6a19dd4
Updated code to pass the tests
2012-07-13 15:31:53 +02:00
William DURAND
298b75805d
Fix tests
2012-07-12 12:13:24 +02:00
William DURAND
f9012ba76b
Update composer, fix tests
2012-07-05 09:58:25 +02:00
William DURAND
519b356374
Merge branch '1.0.x'
...
Conflicts:
Form/Extension/DescriptionFormTypeExtension.php
Parser/FormTypeParser.php
Tests/Fixtures/Form/TestType.php
2012-06-27 10:15:57 +02:00
Christophe Coevoet
5b70c775c0
Added a test for types defined as services
2012-06-21 00:12:21 +02:00
Christophe Coevoet
32b40deda8
Fixed the testsuite
2012-06-20 23:19:34 +02:00
Christophe Coevoet
cf36b414b1
Fixed the bootstrap of the testsuite
2012-06-20 22:53:27 +02:00
Victor Berchet
383529a607
fix indentation
2012-05-28 10:56:37 +03:00
Victor Berchet
fd00844dc6
[Form] Update to sf2.1
2012-05-27 22:56:01 +02:00
kphoen
c8bc72fae1
Updated tests
...
I forgot to update the tests in the PR #21 .
2012-05-26 18:43:11 +02:00
Christophe Coevoet
e11ee357b5
Backported the bundle to support Symfony 2.0.x
2012-05-23 00:44:06 +02:00
Christophe Coevoet
04b075736f
Applied some php-cs-fixer magic
2012-05-23 00:42:59 +02:00
Christophe Coevoet
378f21ec10
Fixed the parsing of formed defined by creating the FormBuilder directly
2012-05-23 00:20:03 +02:00
Christophe Coevoet
c9f7fe6248
Fixed the PHPUnit bootstrap to avoid using a deprecated file
2012-05-22 22:15:05 +02:00
Adrien BRAULT
be3dca0c47
Add support in docblocks for @param with no description
2012-05-07 12:51:22 +02:00
Jordi Boggiano
3a7bf7ce41
Clean up autolaoder for tests
2012-04-20 10:09:12 +02:00
Jordi Boggiano
56e8c3d318
Fix test suite
2012-04-19 21:23:59 +02:00
William DURAND
d1be0d5093
Added parsing of @param doc blocks. Fixes #8
2012-04-19 20:27:27 +02:00
William DURAND
8c0aa1d274
Added multilines support for description
2012-04-19 17:17:36 +02:00
William DURAND
33ff68b2e0
Fixed tests
2012-04-19 17:05:59 +02:00
William DURAND
c5891a59b9
Use action method description from docblock by default for description. Fixes #5
2012-04-19 16:23:55 +02:00
lsmith77
924a19c1bb
added functional tests for services as controller
2012-04-14 10:11:52 +02:00
Jordi Boggiano
d86783ca91
Add test for event listener
2012-04-13 15:21:44 +02:00
William DURAND
45bbb09d02
Added tests for the ApiDoc annotation
2012-04-13 15:20:45 +02:00
William DURAND
4ecf03ce8a
Added more tests
2012-04-13 15:01:00 +02:00
William DURAND
2c1e100094
Added more tests for the Extractor
2012-04-13 15:01:00 +02:00
Jordi Boggiano
1e1a35aed5
Allow running tests without surrounding framework
2012-04-13 14:55:41 +02:00
William DURAND
af48be4fc4
Added more tests
2012-04-13 14:27:51 +02:00
William DURAND
37bf987688
Moved test classes to better locations
2012-04-13 14:22:07 +02:00
William DURAND
6d8796f9c6
Fixed tests
2012-04-13 14:20:12 +02:00
Jordi Boggiano
2791512139
Add basic tests
2012-04-13 14:12:40 +02:00