Skip to content

Commit c118509

Browse files
Add my talk about the CakePHP Fixture Factories
1 parent 2ad75b7 commit c118509

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

_posts/2022-05-03-may.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ meetupdate: 2022-05-03
1111
{% comment %} ==== TALK / PRESENTATION - SLOT #1 ==== {% endcomment %}
1212

1313
{% comment %} TITLE OF YOUR TALK: {% endcomment %}
14-
<h4>Free Slot</h4>
14+
<h4>CakePHP Test Fixture Factories (framework agnostic)</h4>
1515

1616
{% comment %} SUB-TITLE OR DESCRIPTION: {% endcomment %}
17-
<p>This 25 minute slot could be yours!</p>
18-
19-
{% comment %} REMOVE NEXT LINE: {% endcomment %}
20-
<p><a class="speaker" target="_blank" href="/submit.html"><strong>Submit your talk now</strong></a></p>
17+
<p> CakePHP is known for featuring a powerful and intuitive convention-based Object Relational Mapper. Thanks to it, we came up with an efficient method to write test fixtures on the fly: the CakePHP Fixture Factories. Tests are fast to write and document ideally your application. While the package can conveniently be embedded in any PHP application, it increases the tests’ speed by offering the possibility to create entities without persistence. https://github.com/vierge-noire/cakephp-fixture-factories</p>
2118

2219
{% comment %} UNCOMMENT/EDIT NEXT LINE: {% endcomment %}
23-
<!-- <p><a class="speaker" target="_blank" href="https://twitter.com/...HOW-TO-CONTACT-YOU">YOUR NAME</a></p> -->
20+
<!-- <p><a class="speaker" target="_blank" href="https://twitter.com/jpramidev">Juan Pablo Ramirez</a></p> -->
2421

2522
</div>
2623

0 commit comments

Comments
 (0)