File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,16 +29,17 @@ meetupdate: 2022-06-07
2929 {% comment %} ==== TALK / PRESENTATION - SLOT #2 ==== {% endcomment %}
3030
3131 {% comment %} TITLE OF YOUR TALK: {% endcomment %}
32- <h4>Free Slot </h4>
32+ <h4>CakePHP Test Fixture Factories (framework agnostic) </h4>
3333
3434 {% comment %} SUB-TITLE OR DESCRIPTION: {% endcomment %}
35- <p>This 25 minute slot could be yours!</p>
36-
37- {% comment %} REMOVE NEXT LINE: {% endcomment %}
38- <p><a class="speaker" target="_blank" href="/submit.html"><strong>Submit your talk now</strong></a></p>
35+ <p> CakePHP is known for featuring a powerful and intuitive convention-based Object Relational Mapper.
36+ Thanks to that, we came up with an efficient method to write test fixtures on the fly: the CakePHP Fixture Factories.
37+ Tests are fast to write and document ideally your application.
38+ While the package can conveniently be embedded in any PHP application, it increases the tests’ speed by offering the possibility
39+ to create entities without persistence. https://github.com/vierge-noire/cakephp-fixture-factories</p>
3940
4041 {% comment %} UNCOMMENT/EDIT NEXT LINE: {% endcomment %}
41- <!-- <p><a class="speaker" target="_blank" href="https://twitter.com/...HOW-TO-CONTACT-YOU">YOUR NAME </a></p> -->
42+ <!-- <p><a class="speaker" target="_blank" href="https://twitter.com/jpramidev">Juan Pablo Ramirez </a></p> -->
4243
4344</div >
4445
You can’t perform that action at this time.
0 commit comments