Skip to content

Commit c387082

Browse files
Added talk for June 2022: CakePHP Test Fixture Factories
1 parent 7d30ca7 commit c387082

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

_posts/2022-06-07-june.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)