Skip to content

Commit 8be4276

Browse files
committed
#1 Introduction to UnitTest in Magento
- Torn presentation in markdown
1 parent d57fc61 commit 8be4276

File tree

2 files changed

+20
-25
lines changed

2 files changed

+20
-25
lines changed

magento/app/code/local/Acme/UnitTest/doc/introduction.html

+1-25
Original file line numberDiff line numberDiff line change
@@ -54,31 +54,7 @@
5454
<!-- Any section element inside of this container is displayed as a slide -->
5555
<div class="slides">
5656

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>
8258

8359
</div>
8460

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>

0 commit comments

Comments
 (0)