mirror of
https://github.com/marcostoll/FF-DataStructures.git
synced 2025-03-17 12:49:41 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
ea8520c0ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
.idea/
|
||||
|
||||
/build
|
||||
/logs
|
||||
/vendor
|
||||
composer.lock
|
2
bin/phpdox.bat
Normal file
2
bin/phpdox.bat
Normal file
@ -0,0 +1,2 @@
|
||||
@ECHO OFF
|
||||
vendor\bin\phpdox -f phpdox.xml
|
3
bin/phpunit-codecoverage.bat
Normal file
3
bin/phpunit-codecoverage.bat
Normal file
@ -0,0 +1,3 @@
|
||||
@ECHO OFF
|
||||
SET PROJECT_HOME=C:\dev\ffe\fastforward\DataStructures
|
||||
php -dxdebug.coverage_enable=1 %PROJECT_HOME%\vendor\phpunit\phpunit\phpunit --coverage-xml %PROJECT_HOME%\logs\phpunit --configuration %PROJECT_HOME%\tests\testsuite.xml --teamcity
|
@ -55,6 +55,9 @@
|
||||
<li>
|
||||
<a href="#hierarchy">Hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#coverage">Coverage</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#members">Members</a>
|
||||
</li>
|
||||
@ -105,6 +108,19 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 id="coverage">Coverage</h2>
|
||||
<table class="styled">
|
||||
<tr>
|
||||
<td>Methods</td>
|
||||
<td class="percent">0%</td>
|
||||
<td class="nummeric">0 / 10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lines</td>
|
||||
<td class="percent">0%</td>
|
||||
<td class="nummeric"> / </td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 id="members">Members</h2>
|
||||
<div class="styled members">
|
||||
<h4>protected</h4>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#parameter">Parameter</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Collection.php.xhtml#line36">Source</a>
|
||||
</li>
|
||||
@ -81,6 +84,15 @@
|
||||
array</dt>
|
||||
<dd>The items</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Collection.php.xhtml#line64">Source</a>
|
||||
</li>
|
||||
@ -79,6 +82,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#interface">Interface</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Collection.php.xhtml#line124">Source</a>
|
||||
</li>
|
||||
@ -87,6 +90,15 @@
|
||||
<a title="Countable" href="../../interfaces/Countable.xhtml">Countable</a>
|
||||
</code>
|
||||
</p>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Collection.php.xhtml#line109">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Collection.php.xhtml#line44">Source</a>
|
||||
</li>
|
||||
@ -78,6 +81,15 @@
|
||||
<dt>array</dt>
|
||||
<dd/>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#interface">Interface</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Collection.php.xhtml#line139">Source</a>
|
||||
</li>
|
||||
@ -88,6 +91,15 @@
|
||||
<a title="IteratorAggregate" href="../../interfaces/IteratorAggregate.xhtml">IteratorAggregate</a>
|
||||
</code>
|
||||
</p>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Collection.php.xhtml#line85">Source</a>
|
||||
</li>
|
||||
@ -78,6 +81,15 @@
|
||||
<dt>int</dt>
|
||||
<dd/>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Collection.php.xhtml#line75">Source</a>
|
||||
</li>
|
||||
@ -79,6 +82,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Collection.php.xhtml#line96">Source</a>
|
||||
</li>
|
||||
@ -89,6 +92,15 @@
|
||||
<dt>array</dt>
|
||||
<dd/>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Collection.php.xhtml#line53">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -55,6 +55,9 @@
|
||||
<li>
|
||||
<a href="#hierarchy">Hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#coverage">Coverage</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#members">Members</a>
|
||||
</li>
|
||||
@ -118,6 +121,19 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 id="coverage">Coverage</h2>
|
||||
<table class="styled">
|
||||
<tr>
|
||||
<td>Methods</td>
|
||||
<td class="percent">0%</td>
|
||||
<td class="nummeric">0 / 10</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lines</td>
|
||||
<td class="percent">0%</td>
|
||||
<td class="nummeric"> / </td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 id="members">Members</h2>
|
||||
<div class="styled members">
|
||||
<h4>protected</h4>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/IndexedCollection.php.xhtml#line43">Source</a>
|
||||
</li>
|
||||
@ -95,6 +98,15 @@
|
||||
<dt>mixed</dt>
|
||||
<dd/>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/IndexedCollection.php.xhtml#line84">Source</a>
|
||||
</li>
|
||||
@ -78,6 +81,15 @@
|
||||
<dt>array</dt>
|
||||
<dd/>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/IndexedCollection.php.xhtml#line31">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#interface">Interface</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/IndexedCollection.php.xhtml#line110">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<a title="ArrayAccess" href="../../interfaces/ArrayAccess.xhtml">ArrayAccess</a>
|
||||
</code>
|
||||
</p>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#interface">Interface</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/IndexedCollection.php.xhtml#line118">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<a title="ArrayAccess" href="../../interfaces/ArrayAccess.xhtml">ArrayAccess</a>
|
||||
</code>
|
||||
</p>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#interface">Interface</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/IndexedCollection.php.xhtml#line126">Source</a>
|
||||
</li>
|
||||
@ -96,6 +99,15 @@
|
||||
<a title="ArrayAccess" href="../../interfaces/ArrayAccess.xhtml">ArrayAccess</a>
|
||||
</code>
|
||||
</p>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#interface">Interface</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/IndexedCollection.php.xhtml#line134">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<a title="ArrayAccess" href="../../interfaces/ArrayAccess.xhtml">ArrayAccess</a>
|
||||
</code>
|
||||
</p>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/IndexedCollection.php.xhtml#line99">Source</a>
|
||||
</li>
|
||||
@ -97,6 +100,15 @@ If $strict is set, $items will be compared in types and object instances as well
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/IndexedCollection.php.xhtml#line58">Source</a>
|
||||
</li>
|
||||
@ -97,6 +100,15 @@ If $item is null and $offset points to an existing item, the existing item will
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/IndexedCollection.php.xhtml#line73">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -55,6 +55,9 @@
|
||||
<li>
|
||||
<a href="#hierarchy">Hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#coverage">Coverage</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#members">Members</a>
|
||||
</li>
|
||||
@ -124,6 +127,19 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 id="coverage">Coverage</h2>
|
||||
<table class="styled">
|
||||
<tr>
|
||||
<td>Methods</td>
|
||||
<td class="percent">0%</td>
|
||||
<td class="nummeric">0 / 14</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lines</td>
|
||||
<td class="percent">0%</td>
|
||||
<td class="nummeric"> / </td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 id="members">Members</h2>
|
||||
<div class="styled members">
|
||||
<h4>protected</h4>
|
||||
|
@ -64,6 +64,9 @@
|
||||
<li>
|
||||
<a href="#throws">Throws</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line161">Source</a>
|
||||
</li>
|
||||
@ -102,6 +105,15 @@
|
||||
</dt>
|
||||
<dd>array or Collection expected for $collection</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -64,6 +64,9 @@
|
||||
<li>
|
||||
<a href="#overrides">Overrides</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line58">Source</a>
|
||||
</li>
|
||||
@ -110,6 +113,15 @@
|
||||
</code>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line122">Source</a>
|
||||
</li>
|
||||
@ -79,6 +82,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line132">Source</a>
|
||||
</li>
|
||||
@ -79,6 +82,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -64,6 +64,9 @@
|
||||
<li>
|
||||
<a href="#overrides">Overrides</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line43">Source</a>
|
||||
</li>
|
||||
@ -104,6 +107,15 @@
|
||||
</code>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line225">Source</a>
|
||||
</li>
|
||||
@ -79,6 +82,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line195">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -64,6 +64,9 @@
|
||||
<li>
|
||||
<a href="#overrides">Overrides</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line77">Source</a>
|
||||
</li>
|
||||
@ -117,6 +120,15 @@ instead.</p>
|
||||
</code>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#overrides">Overrides</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line31">Source</a>
|
||||
</li>
|
||||
@ -92,6 +95,15 @@
|
||||
</code>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line237">Source</a>
|
||||
</li>
|
||||
@ -79,6 +82,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line181">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -64,6 +64,9 @@
|
||||
<li>
|
||||
<a href="#throws">Throws</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line144">Source</a>
|
||||
</li>
|
||||
@ -102,6 +105,15 @@
|
||||
</dt>
|
||||
<dd>only non-negative lengths are allowed</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -64,6 +64,9 @@
|
||||
<li>
|
||||
<a href="#overrides">Overrides</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line105">Source</a>
|
||||
</li>
|
||||
@ -104,6 +107,15 @@
|
||||
</code>
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/OrderedCollection.php.xhtml#line212">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -55,6 +55,9 @@
|
||||
<li>
|
||||
<a href="#hierarchy">Hierarchy</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#coverage">Coverage</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#members">Members</a>
|
||||
</li>
|
||||
@ -107,6 +110,19 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 id="coverage">Coverage</h2>
|
||||
<table class="styled">
|
||||
<tr>
|
||||
<td>Methods</td>
|
||||
<td class="percent">0%</td>
|
||||
<td class="nummeric">0 / 16</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Lines</td>
|
||||
<td class="percent">0%</td>
|
||||
<td class="nummeric"> / </td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 id="members">Members</h2>
|
||||
<div class="styled members">
|
||||
<h4>protected</h4>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line238">Source</a>
|
||||
</li>
|
||||
@ -126,6 +129,15 @@ $myRecord->get_something(); // assuming no public method get_something() is p
|
||||
<dt>mixed</dt>
|
||||
<dd>The return value of the method mapped</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#parameter">Parameter</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line43">Source</a>
|
||||
</li>
|
||||
@ -81,6 +84,15 @@
|
||||
array</dt>
|
||||
<dd/>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line161">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line183">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#parameter">Parameter</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line172">Source</a>
|
||||
</li>
|
||||
@ -87,6 +90,15 @@
|
||||
object</dt>
|
||||
<dd><br/><br/><br/> </dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#parameter">Parameter</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line193">Source</a>
|
||||
</li>
|
||||
@ -81,6 +84,15 @@
|
||||
string</dt>
|
||||
<dd/>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line137">Source</a>
|
||||
</li>
|
||||
@ -79,6 +82,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line69">Source</a>
|
||||
</li>
|
||||
@ -79,6 +82,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line79">Source</a>
|
||||
</li>
|
||||
@ -78,6 +81,15 @@
|
||||
<dt>array</dt>
|
||||
<dd/>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line91">Source</a>
|
||||
</li>
|
||||
@ -95,6 +98,15 @@
|
||||
<dt>mixed</dt>
|
||||
<dd/>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#interface">Interface</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line278">Source</a>
|
||||
</li>
|
||||
@ -88,6 +91,15 @@
|
||||
<a title="IteratorAggregate" href="../../interfaces/IteratorAggregate.xhtml">IteratorAggregate</a>
|
||||
</code>
|
||||
</p>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line115">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line148">Source</a>
|
||||
</li>
|
||||
@ -79,6 +82,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line56">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line103">Source</a>
|
||||
</li>
|
||||
@ -96,6 +99,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -61,6 +61,9 @@
|
||||
<li>
|
||||
<a href="#return">Return</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#tests">Tests</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../source/Record.php.xhtml#line126">Source</a>
|
||||
</li>
|
||||
@ -90,6 +93,15 @@
|
||||
<dd><br/>
|
||||
</dd>
|
||||
</dl>
|
||||
<h2 id="tests">Test Coverage</h2>
|
||||
<div class="styled">
|
||||
<h3>Information</h3>
|
||||
<ul class="styled">
|
||||
<li>Coverage: / Lines (%)</li>
|
||||
<li>Tests: 0</li>
|
||||
<li>Passed: 0 (0%)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
|
@ -37,13 +37,13 @@
|
||||
</div>
|
||||
<div id="buildinfo">
|
||||
<h3>Build</h3>
|
||||
<p>Tue, 25 Jun 2019 10:24:05 +0200</p>
|
||||
<p>Tue, 25 Jun 2019 14:55:30 +0200</p>
|
||||
<h3>VCS Info</h3>
|
||||
<p>
|
||||
tag: 1.0.3-1-g5f0ba16<br/>
|
||||
tag: 1.0.3-3-gcc37b30<br/>
|
||||
branch: master</p>
|
||||
<h3>Used Enrichers</h3>
|
||||
<p>build, git</p>
|
||||
<p>build, git, phpunit</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="mainstage">
|
||||
|
@ -103,9 +103,9 @@
|
||||
<!-- <coverage path="" /> -->
|
||||
<!-- @path - the directory where the xml code coverage report can be found -->
|
||||
<!--</source>-->
|
||||
<!--
|
||||
<source type="phpunit">
|
||||
<filter directory="${phpDox.project.source}" />
|
||||
<coverage path="../logs/phpunit" />
|
||||
</source>
|
||||
-->
|
||||
|
||||
|
@ -90,7 +90,17 @@ class OrderedCollectionTest extends TestCase
|
||||
/**
|
||||
* Tests the namesake method/feature
|
||||
*/
|
||||
public function testSetPush()
|
||||
public function testSetReplace()
|
||||
{
|
||||
$newValue = 'foo';
|
||||
$this->uut->setItems(self::SOME_ITEMS)->set(3, $newValue);
|
||||
$this->assertEquals($newValue, $this->uut[3]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Tests the namesake method/feature
|
||||
*/
|
||||
public function testSetAppend()
|
||||
{
|
||||
$newItem = '5th';
|
||||
$this->uut->setItems(self::SOME_ITEMS)->set(42, $newItem);
|
||||
@ -198,6 +208,16 @@ class OrderedCollectionTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Tests the namesake method/feature
|
||||
*/
|
||||
public function testPop()
|
||||
{
|
||||
$item = $this->uut->setItems(self::SOME_ITEMS)->pop();
|
||||
$this->assertEquals(self::SOME_ITEMS[3], $item);
|
||||
$this->assertEquals(count(self::SOME_ITEMS) - 1, count($this->uut));
|
||||
}
|
||||
|
||||
/**
|
||||
* Tests the namesake method/feature
|
||||
*/
|
||||
|
@ -283,4 +283,17 @@ class RecordTest extends TestCase
|
||||
|
||||
$this->uut->get_something();
|
||||
}
|
||||
|
||||
/**
|
||||
* Tests the namesake method/feature
|
||||
*/
|
||||
public function testIteratorAggregate()
|
||||
{
|
||||
$this->uut->setData(self::SOME_DATA);
|
||||
|
||||
foreach ($this->uut as $field => $value) {
|
||||
$this->assertArrayHasKey($field, self::SOME_DATA);
|
||||
$this->assertEquals(self::SOME_DATA[$field], $value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,9 @@
|
||||
<directory>./</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">../src/</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
Loading…
x
Reference in New Issue
Block a user