File tree 2 files changed +20
-25
lines changed
magento/app/code/local/Acme/UnitTest/doc
2 files changed +20
-25
lines changed Original file line number Diff line number Diff line change 54
54
<!-- Any section element inside of this container is displayed as a slide -->
55
55
< div class ="slides ">
56
56
57
- < section >
58
- < h1 > Unit-Test in Magento</ h1 >
59
-
60
- < strong > Using Acme_UnitTest</ strong >
61
-
62
- < p >
63
- < small > Created by < a href ="http://mike-pretzlaw.de "> Mike Pretzlaw</ a > /
64
- < a href ="http://twitter.com/hakimel "> @fxrmp</ a > </ small >
65
- </ p >
66
- </ section >
67
-
68
- < section >
69
- < h2 > What is this?</ h2 >
70
-
71
- < ul >
72
- < li > Introduction to UnitTest</ li >
73
- < li > Usage of EcomDev_UnitTest for Magento</ li >
74
- < li > Usage of Acme_UnitTest as a helper</ li >
75
- </ ul >
76
-
77
- < aside class ="notes ">
78
- Acme_UnitTest contains helping classes for easily creating UnitTests in Magento.
79
- You'll need Magento itself and EcomDev_UnitTest to use these.
80
- </ aside >
81
- </ section >
57
+ < section data-markdown ="introduction.md " data-separator ="^\n\n\n " data-vertical ="^\n\n "> </ section >
82
58
83
59
</ div >
84
60
Original file line number Diff line number Diff line change
1
+ # Unit-Test in Magento
2
+
3
+ Using Acme_UnitTest
4
+
5
+ <small >
6
+ Created by [Mike Pretzlaw](http://mike-pretzlaw.de) / [@fxrmp](http://twitter.com/fxrmp)
7
+ </small >
8
+
9
+
10
+ ## What is this?
11
+
12
+ - Introduction to UnitTest
13
+ - Usage of EcomDev_UnitTest for Magento
14
+ - Usage of Acme_UnitTest as a helper
15
+
16
+ <aside class =" notes " >
17
+ Acme_UnitTest contains helping classes for easily creating UnitTests in Magento.
18
+ You'll need Magento itself and EcomDev_UnitTest to use these.
19
+ </aside >
You can’t perform that action at this time.
0 commit comments