Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

documentation arabic translation (in progress) #449

Closed
wants to merge 12 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
882 changes: 882 additions & 0 deletions src/6.3/ar/annotations.xml

Large diffs are not rendered by default.

2,516 changes: 2,516 additions & 0 deletions src/6.3/ar/assertions.xml

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions src/6.3/ar/bibliography.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" ?>

<appendix id="appendixes.bibliography">
<title>Bibliography</title>

<biblioentry id="Astels2003">
<abbrev>Astels2003</abbrev>
<title>Test Driven Development</title>
<authorgroup>
<author><firstname>David</firstname><surname>Astels</surname></author>
</authorgroup>
<copyright>
<year>2003</year>
</copyright>
<publisher>
<publishername>Prentice Hall</publishername>
</publisher>
<isbn>ISBN 0131016490</isbn>
</biblioentry>

<biblioentry id="Beck2002">
<abbrev>Beck2002</abbrev>
<title>Test Driven Development by Example</title>
<authorgroup>
<author><firstname>Kent</firstname><surname>Beck</surname></author>
</authorgroup>
<copyright>
<year>2002</year>
</copyright>
<publisher>
<publishername>Addison-Wesley</publishername>
</publisher>
<isbn>ISBN 0-321-14653-0</isbn>
</biblioentry>

<biblioentry id="Meszaros2007">
<abbrev>Meszaros2007</abbrev>
<title>xUnit Test Patterns: Refactoring Test Code</title>
<authorgroup>
<author><firstname>Gerard</firstname><surname>Meszaros</surname></author>
</authorgroup>
<copyright>
<year>2007</year>
</copyright>
<publisher>
<publishername>Addison-Wesley</publishername>
</publisher>
<isbn>ISBN 978-0131495050</isbn>
</biblioentry>
</appendix>
53 changes: 53 additions & 0 deletions src/6.3/ar/book.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8" ?>
<book xmlns:xi="http://www.w3.org/2001/XInclude" xml:lang="en" id="phpunit">
<title>PHPUnit Manual</title>

<bookinfo>
<pubdate>Edition for PHPUnit 6.3. Updated on <?dbtimestamp format="Y-m-d"?>.</pubdate>

<author>
<firstname>Sebastian</firstname>
<surname>Bergmann</surname>
</author>

<copyright>
<year>2005</year>
<year>2006</year>
<year>2007</year>
<year>2008</year>
<year>2009</year>
<year>2010</year>
<year>2011</year>
<year>2012</year>
<year>2013</year>
<year>2014</year>
<year>2015</year>
<holder>Sebastian Bergmann</holder>
</copyright>

<legalnotice>
<para>This work is licensed under the Creative Commons Attribution 3.0 Unported License.</para>
</legalnotice>
</bookinfo>

<xi:include href="installation.xml"/>
<xi:include href="writing-tests-for-phpunit.xml"/>
<xi:include href="textui.xml"/>
<xi:include href="fixtures.xml"/>
<xi:include href="organizing-tests.xml"/>
<xi:include href="risky-tests.xml"/>
<xi:include href="incomplete-and-skipped-tests.xml"/>
<xi:include href="database.xml"/>
<xi:include href="test-doubles.xml"/>
<xi:include href="testing-practices.xml"/>
<xi:include href="code-coverage-analysis.xml"/>
<xi:include href="other-uses-for-tests.xml"/>
<xi:include href="logging.xml"/>
<xi:include href="extending-phpunit.xml"/>
<xi:include href="assertions.xml"/>
<xi:include href="annotations.xml"/>
<xi:include href="configuration.xml"/>
<xi:include href="index.xml"/>
<xi:include href="bibliography.xml"/>
<xi:include href="copyright.xml"/>
</book>
Loading