chillerlan-QRCodeTest-QROptionsTest.html 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Documentation</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <base href="../">
  8. <link rel="icon" href="images/favicon.ico"/>
  9. <link rel="stylesheet" href="css/normalize.css">
  10. <link rel="stylesheet" href="css/base.css">
  11. <link rel="preconnect" href="https://fonts.gstatic.com">
  12. <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  13. <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  14. <link rel="stylesheet" href="css/template.css">
  15. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
  16. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css">
  17. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css">
  18. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css">
  19. <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
  20. <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
  21. <script src="js/search.js"></script>
  22. <script defer src="js/searchIndex.js"></script>
  23. </head>
  24. <body id="top">
  25. <header class="phpdocumentor-header phpdocumentor-section">
  26. <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
  27. <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
  28. <label class="phpdocumentor-header__menu-icon" for="menu-button">
  29. <i class="fas fa-bars"></i>
  30. </label>
  31. <section data-search-form class="phpdocumentor-search">
  32. <label>
  33. <span class="visually-hidden">Search for</span>
  34. <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  35. <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
  36. <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
  37. </svg>
  38. <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
  39. </label>
  40. </section>
  41. <nav class="phpdocumentor-topnav">
  42. <ul class="phpdocumentor-topnav__menu">
  43. </ul>
  44. </nav>
  45. </header>
  46. <main class="phpdocumentor">
  47. <div class="phpdocumentor-section">
  48. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  49. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  50. Menu
  51. </label>
  52. <aside class="phpdocumentor-column -four phpdocumentor-sidebar">
  53. <section class="phpdocumentor-sidebar__category">
  54. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  55. <h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
  56. <ul class="phpdocumentor-list">
  57. <li>
  58. <a href="namespaces/chillerlan-qrcode.html">QRCode</a>
  59. </li>
  60. <li>
  61. <a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
  62. </li>
  63. </ul>
  64. </section>
  65. <section class="phpdocumentor-sidebar__category">
  66. <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
  67. <h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
  68. </section>
  69. <section class="phpdocumentor-sidebar__category">
  70. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  71. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  72. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  73. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  74. </section>
  75. <section class="phpdocumentor-sidebar__category">
  76. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  77. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  78. </section>
  79. </aside>
  80. <div class="phpdocumentor-column -eight phpdocumentor-content">
  81. <ul class="phpdocumentor-breadcrumbs">
  82. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan.html">chillerlan</a></li>
  83. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a></li>
  84. </ul>
  85. <article class="phpdocumentor-element -class">
  86. <h2 class="phpdocumentor-content__title">
  87. QROptionsTest
  88. <span class="phpdocumentor-element__extends">
  89. extends <abbr title="\PHPUnit\Framework\TestCase">TestCase</abbr>
  90. </span>
  91. <div class="phpdocumentor-element__package">
  92. in package
  93. <ul class="phpdocumentor-breadcrumbs">
  94. <li class="phpdocumentor-breadcrumb"><a href="packages/Application.html">Application</a></li>
  95. </ul>
  96. </div>
  97. </h2>
  98. <aside class="phpdocumentor-element-found-in">
  99. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  100. :
  101. <span class="phpdocumentor-element-found-in__line">21</span>
  102. </aside>
  103. <p class="phpdocumentor-summary">QROptions test</p>
  104. <h3 id="toc">
  105. Table of Contents
  106. <a href="#toc" class="headerlink"><i class="fas fa-link"></i></a>
  107. </h3>
  108. <dl class="phpdocumentor-table-of-contents">
  109. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  110. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testClampRGBValues">testClampRGBValues()</a>
  111. <span>
  112. &nbsp;: void </span>
  113. </dt>
  114. <dd>Tests clamping of the RGB values for $imageTransparencyBG</dd>
  115. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  116. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testInvalidEccLevelException">testInvalidEccLevelException()</a>
  117. <span>
  118. &nbsp;: void </span>
  119. </dt>
  120. <dd>Tests if an exception is thrown on an incorrect ECC level</dd>
  121. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  122. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testInvalidRGBValueException">testInvalidRGBValueException()</a>
  123. <span>
  124. &nbsp;: void </span>
  125. </dt>
  126. <dd>Tests if an exception is thrown when a non-numeric RGB value was encoutered</dd>
  127. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  128. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testMaskPatternClamp">testMaskPatternClamp()</a>
  129. <span>
  130. &nbsp;: void </span>
  131. </dt>
  132. <dd>Tests the $maskPattern clamping</dd>
  133. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  134. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testVersionClamp">testVersionClamp()</a>
  135. <span>
  136. &nbsp;: void </span>
  137. </dt>
  138. <dd>Tests the $version clamping</dd>
  139. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  140. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testVersionMinMaxClamp">testVersionMinMaxClamp()</a>
  141. <span>
  142. &nbsp;: void </span>
  143. </dt>
  144. <dd>Tests the $versionMin/$versionMax clamping</dd>
  145. </dl>
  146. <section class="phpdocumentor-methods">
  147. <h3 class="phpdocumentor-elements__header" id="methods">
  148. Methods
  149. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
  150. </h3>
  151. <article
  152. class="phpdocumentor-element
  153. -method
  154. -public
  155. "
  156. >
  157. <h4 class="phpdocumentor-element__name" id="method_testClampRGBValues">
  158. testClampRGBValues()
  159. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testClampRGBValues" class="headerlink"><i class="fas fa-link"></i></a>
  160. </h4>
  161. <aside class="phpdocumentor-element-found-in">
  162. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  163. :
  164. <span class="phpdocumentor-element-found-in__line">126</span>
  165. </aside>
  166. <p class="phpdocumentor-summary">Tests clamping of the RGB values for $imageTransparencyBG</p>
  167. <code class="phpdocumentor-code phpdocumentor-signature ">
  168. <span class="phpdocumentor-signature__visibility">public</span>
  169. <span class="phpdocumentor-signature__name">testClampRGBValues</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$rgb</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expected</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  170. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  171. <dl class="phpdocumentor-argument-list">
  172. <dt class="phpdocumentor-argument-list__entry">
  173. <span class="phpdocumentor-signature__argument__name">$rgb</span>
  174. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  175. </dt>
  176. <dd class="phpdocumentor-argument-list__definition">
  177. <section class="phpdocumentor-description"></section>
  178. </dd>
  179. <dt class="phpdocumentor-argument-list__entry">
  180. <span class="phpdocumentor-signature__argument__name">$expected</span>
  181. : <span class="phpdocumentor-signature__argument__return-type">array&lt;string|int, mixed&gt;</span>
  182. </dt>
  183. <dd class="phpdocumentor-argument-list__definition">
  184. <section class="phpdocumentor-description"></section>
  185. </dd>
  186. </dl>
  187. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  188. Tags
  189. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  190. </h5>
  191. <dl class="phpdocumentor-tag-list">
  192. <dt class="phpdocumentor-tag-list__entry">
  193. <span class="phpdocumentor-tag__name">dataProvider</span>
  194. </dt>
  195. <dd class="phpdocumentor-tag-list__definition">
  196. <section class="phpdocumentor-description"><p>RGBProvider</p>
  197. </section>
  198. </dd>
  199. </dl>
  200. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  201. <span class="phpdocumentor-signature__response_type">void</span>
  202. &mdash;
  203. </article>
  204. <article
  205. class="phpdocumentor-element
  206. -method
  207. -public
  208. "
  209. >
  210. <h4 class="phpdocumentor-element__name" id="method_testInvalidEccLevelException">
  211. testInvalidEccLevelException()
  212. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testInvalidEccLevelException" class="headerlink"><i class="fas fa-link"></i></a>
  213. </h4>
  214. <aside class="phpdocumentor-element-found-in">
  215. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  216. :
  217. <span class="phpdocumentor-element-found-in__line">101</span>
  218. </aside>
  219. <p class="phpdocumentor-summary">Tests if an exception is thrown on an incorrect ECC level</p>
  220. <code class="phpdocumentor-code phpdocumentor-signature ">
  221. <span class="phpdocumentor-signature__visibility">public</span>
  222. <span class="phpdocumentor-signature__name">testInvalidEccLevelException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  223. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  224. <span class="phpdocumentor-signature__response_type">void</span>
  225. &mdash;
  226. </article>
  227. <article
  228. class="phpdocumentor-element
  229. -method
  230. -public
  231. "
  232. >
  233. <h4 class="phpdocumentor-element__name" id="method_testInvalidRGBValueException">
  234. testInvalidRGBValueException()
  235. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testInvalidRGBValueException" class="headerlink"><i class="fas fa-link"></i></a>
  236. </h4>
  237. <aside class="phpdocumentor-element-found-in">
  238. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  239. :
  240. <span class="phpdocumentor-element-found-in__line">135</span>
  241. </aside>
  242. <p class="phpdocumentor-summary">Tests if an exception is thrown when a non-numeric RGB value was encoutered</p>
  243. <code class="phpdocumentor-code phpdocumentor-signature ">
  244. <span class="phpdocumentor-signature__visibility">public</span>
  245. <span class="phpdocumentor-signature__name">testInvalidRGBValueException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  246. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  247. <span class="phpdocumentor-signature__response_type">void</span>
  248. &mdash;
  249. </article>
  250. <article
  251. class="phpdocumentor-element
  252. -method
  253. -public
  254. "
  255. >
  256. <h4 class="phpdocumentor-element__name" id="method_testMaskPatternClamp">
  257. testMaskPatternClamp()
  258. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testMaskPatternClamp" class="headerlink"><i class="fas fa-link"></i></a>
  259. </h4>
  260. <aside class="phpdocumentor-element-found-in">
  261. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  262. :
  263. <span class="phpdocumentor-element-found-in__line">92</span>
  264. </aside>
  265. <p class="phpdocumentor-summary">Tests the $maskPattern clamping</p>
  266. <code class="phpdocumentor-code phpdocumentor-signature ">
  267. <span class="phpdocumentor-signature__visibility">public</span>
  268. <span class="phpdocumentor-signature__name">testMaskPatternClamp</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$maskPattern</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expected</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  269. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  270. <dl class="phpdocumentor-argument-list">
  271. <dt class="phpdocumentor-argument-list__entry">
  272. <span class="phpdocumentor-signature__argument__name">$maskPattern</span>
  273. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  274. </dt>
  275. <dd class="phpdocumentor-argument-list__definition">
  276. <section class="phpdocumentor-description"></section>
  277. </dd>
  278. <dt class="phpdocumentor-argument-list__entry">
  279. <span class="phpdocumentor-signature__argument__name">$expected</span>
  280. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  281. </dt>
  282. <dd class="phpdocumentor-argument-list__definition">
  283. <section class="phpdocumentor-description"></section>
  284. </dd>
  285. </dl>
  286. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  287. Tags
  288. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  289. </h5>
  290. <dl class="phpdocumentor-tag-list">
  291. <dt class="phpdocumentor-tag-list__entry">
  292. <span class="phpdocumentor-tag__name">dataProvider</span>
  293. </dt>
  294. <dd class="phpdocumentor-tag-list__definition">
  295. <section class="phpdocumentor-description"><p>MaskPatternProvider</p>
  296. </section>
  297. </dd>
  298. </dl>
  299. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  300. <span class="phpdocumentor-signature__response_type">void</span>
  301. &mdash;
  302. </article>
  303. <article
  304. class="phpdocumentor-element
  305. -method
  306. -public
  307. "
  308. >
  309. <h4 class="phpdocumentor-element__name" id="method_testVersionClamp">
  310. testVersionClamp()
  311. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testVersionClamp" class="headerlink"><i class="fas fa-link"></i></a>
  312. </h4>
  313. <aside class="phpdocumentor-element-found-in">
  314. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  315. :
  316. <span class="phpdocumentor-element-found-in__line">42</span>
  317. </aside>
  318. <p class="phpdocumentor-summary">Tests the $version clamping</p>
  319. <code class="phpdocumentor-code phpdocumentor-signature ">
  320. <span class="phpdocumentor-signature__visibility">public</span>
  321. <span class="phpdocumentor-signature__name">testVersionClamp</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$version</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expected</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  322. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  323. <dl class="phpdocumentor-argument-list">
  324. <dt class="phpdocumentor-argument-list__entry">
  325. <span class="phpdocumentor-signature__argument__name">$version</span>
  326. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  327. </dt>
  328. <dd class="phpdocumentor-argument-list__definition">
  329. <section class="phpdocumentor-description"></section>
  330. </dd>
  331. <dt class="phpdocumentor-argument-list__entry">
  332. <span class="phpdocumentor-signature__argument__name">$expected</span>
  333. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  334. </dt>
  335. <dd class="phpdocumentor-argument-list__definition">
  336. <section class="phpdocumentor-description"></section>
  337. </dd>
  338. </dl>
  339. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  340. Tags
  341. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  342. </h5>
  343. <dl class="phpdocumentor-tag-list">
  344. <dt class="phpdocumentor-tag-list__entry">
  345. <span class="phpdocumentor-tag__name">dataProvider</span>
  346. </dt>
  347. <dd class="phpdocumentor-tag-list__definition">
  348. <section class="phpdocumentor-description"><p>VersionProvider</p>
  349. </section>
  350. </dd>
  351. </dl>
  352. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  353. <span class="phpdocumentor-signature__response_type">void</span>
  354. &mdash;
  355. </article>
  356. <article
  357. class="phpdocumentor-element
  358. -method
  359. -public
  360. "
  361. >
  362. <h4 class="phpdocumentor-element__name" id="method_testVersionMinMaxClamp">
  363. testVersionMinMaxClamp()
  364. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#method_testVersionMinMaxClamp" class="headerlink"><i class="fas fa-link"></i></a>
  365. </h4>
  366. <aside class="phpdocumentor-element-found-in">
  367. <abbr class="phpdocumentor-element-found-in__file" title="tests/QROptionsTest.php"><a href="files/tests-qroptionstest.html"><abbr title="tests/QROptionsTest.php">QROptionsTest.php</abbr></a></abbr>
  368. :
  369. <span class="phpdocumentor-element-found-in__line">67</span>
  370. </aside>
  371. <p class="phpdocumentor-summary">Tests the $versionMin/$versionMax clamping</p>
  372. <code class="phpdocumentor-code phpdocumentor-signature ">
  373. <span class="phpdocumentor-signature__visibility">public</span>
  374. <span class="phpdocumentor-signature__name">testVersionMinMaxClamp</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$versionMin</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$versionMax</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expectedMin</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expectedMax</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  375. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  376. <dl class="phpdocumentor-argument-list">
  377. <dt class="phpdocumentor-argument-list__entry">
  378. <span class="phpdocumentor-signature__argument__name">$versionMin</span>
  379. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  380. </dt>
  381. <dd class="phpdocumentor-argument-list__definition">
  382. <section class="phpdocumentor-description"></section>
  383. </dd>
  384. <dt class="phpdocumentor-argument-list__entry">
  385. <span class="phpdocumentor-signature__argument__name">$versionMax</span>
  386. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  387. </dt>
  388. <dd class="phpdocumentor-argument-list__definition">
  389. <section class="phpdocumentor-description"></section>
  390. </dd>
  391. <dt class="phpdocumentor-argument-list__entry">
  392. <span class="phpdocumentor-signature__argument__name">$expectedMin</span>
  393. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  394. </dt>
  395. <dd class="phpdocumentor-argument-list__definition">
  396. <section class="phpdocumentor-description"></section>
  397. </dd>
  398. <dt class="phpdocumentor-argument-list__entry">
  399. <span class="phpdocumentor-signature__argument__name">$expectedMax</span>
  400. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  401. </dt>
  402. <dd class="phpdocumentor-argument-list__definition">
  403. <section class="phpdocumentor-description"></section>
  404. </dd>
  405. </dl>
  406. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  407. Tags
  408. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  409. </h5>
  410. <dl class="phpdocumentor-tag-list">
  411. <dt class="phpdocumentor-tag-list__entry">
  412. <span class="phpdocumentor-tag__name">dataProvider</span>
  413. </dt>
  414. <dd class="phpdocumentor-tag-list__definition">
  415. <section class="phpdocumentor-description"><p>VersionMinMaxProvider</p>
  416. </section>
  417. </dd>
  418. </dl>
  419. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  420. <span class="phpdocumentor-signature__response_type">void</span>
  421. &mdash;
  422. </article>
  423. </section>
  424. <script type="text/javascript">
  425. function loadExternalCodeSnippets(line) {
  426. Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach((pre) => {
  427. var src = pre.getAttribute('data-src').replace( /\\/g, '/');
  428. var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
  429. var language = 'php';
  430. var code = document.createElement('code');
  431. code.className = 'language-' + language;
  432. pre.textContent = '';
  433. pre.setAttribute('data-line', line)
  434. code.textContent = 'Loading…';
  435. pre.appendChild(code);
  436. var xhr = new XMLHttpRequest();
  437. xhr.open('GET', src, true);
  438. xhr.onreadystatechange = function () {
  439. if (xhr.readyState == 4) {
  440. if (xhr.status < 400 && xhr.responseText) {
  441. code.textContent = xhr.responseText;
  442. Prism.highlightElement(code);
  443. }
  444. else if (xhr.status >= 400) {
  445. code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
  446. }
  447. else {
  448. code.textContent = '✖ Error: File does not exist, is empty or trying to view from localhost';
  449. }
  450. }
  451. };
  452. xhr.send(null);
  453. });
  454. }
  455. var modals = document.querySelectorAll("[data-modal]");
  456. modals.forEach(function (trigger) {
  457. trigger.addEventListener("click", function (event) {
  458. //event.preventDefault();
  459. const modal = document.getElementById(trigger.dataset.modal);
  460. modal.classList.add("phpdocumentor-modal__open");
  461. loadExternalCodeSnippets(trigger.dataset.line)
  462. const exits = modal.querySelectorAll("[data-exit-button]");
  463. exits.forEach(function (exit) {
  464. exit.addEventListener("click", function (event) {
  465. event.preventDefault();
  466. modal.classList.remove("phpdocumentor-modal__open");
  467. });
  468. });
  469. });
  470. });
  471. </script>
  472. </article>
  473. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  474. <section class="phpdocumentor-search-results__dialog">
  475. <header class="phpdocumentor-search-results__header">
  476. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  477. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  478. </header>
  479. <section class="phpdocumentor-search-results__body">
  480. <ul class="phpdocumentor-search-results__entries"></ul>
  481. </section>
  482. </section>
  483. </section>
  484. </div>
  485. </div>
  486. <a href="classes/chillerlan-QRCodeTest-QROptionsTest.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  487. </main>
  488. <script>
  489. cssVars({});
  490. </script>
  491. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  492. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  493. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  494. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  495. </body>
  496. </html>