chillerlan-QRCodeTest-QRCodeReaderTest.html 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  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. QRCodeReaderTest
  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/QRCodeReaderTest.php"><a href="files/tests-qrcodereadertest.html"><abbr title="tests/QRCodeReaderTest.php">QRCodeReaderTest.php</abbr></a></abbr>
  100. :
  101. <span class="phpdocumentor-element-found-in__line">26</span>
  102. </aside>
  103. <p class="phpdocumentor-summary">Tests the QR Code reader</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 -constant -protected">
  110. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#constant_loremipsum">loremipsum</a>
  111. <span>
  112. &nbsp;= &#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We&#039;ll lay all these little funky little things in there. &#039; </span>
  113. </dt>
  114. <dd></dd>
  115. <dt class="phpdocumentor-table-of-contents__entry -property -protected">
  116. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#property_options">$options</a>
  117. <span>
  118. &nbsp;: <abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr> </span>
  119. </dt>
  120. <dd></dd>
  121. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  122. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_dataTestProvider">dataTestProvider()</a>
  123. <span>
  124. &nbsp;: <abbr title="\Generator">Generator</abbr> </span>
  125. </dt>
  126. <dd></dd>
  127. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  128. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_qrCodeProvider">qrCodeProvider()</a>
  129. <span>
  130. &nbsp;: array&lt;string|int, mixed&gt; </span>
  131. </dt>
  132. <dd></dd>
  133. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  134. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_testReadData">testReadData()</a>
  135. <span>
  136. &nbsp;: void </span>
  137. </dt>
  138. <dd></dd>
  139. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  140. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_testReaderGD">testReaderGD()</a>
  141. <span>
  142. &nbsp;: void </span>
  143. </dt>
  144. <dd></dd>
  145. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  146. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_testReaderImagick">testReaderImagick()</a>
  147. <span>
  148. &nbsp;: void </span>
  149. </dt>
  150. <dd></dd>
  151. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  152. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_testReaderMultiSegment">testReaderMultiSegment()</a>
  153. <span>
  154. &nbsp;: void </span>
  155. </dt>
  156. <dd></dd>
  157. <dt class="phpdocumentor-table-of-contents__entry -method -protected">
  158. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_setUp">setUp()</a>
  159. <span>
  160. &nbsp;: void </span>
  161. </dt>
  162. <dd></dd>
  163. </dl>
  164. <section class="phpdocumentor-constants">
  165. <h3 class="phpdocumentor-elements__header" id="constants">
  166. Constants
  167. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#constants" class="headerlink"><i class="fas fa-link"></i></a>
  168. </h3>
  169. <article class="phpdocumentor-element -constant -protected ">
  170. <h4 class="phpdocumentor-element__name" id="constant_loremipsum">
  171. loremipsum
  172. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#constant_loremipsum" class="headerlink"><i class="fas fa-link"></i></a>
  173. </h4>
  174. <aside class="phpdocumentor-element-found-in">
  175. <abbr class="phpdocumentor-element-found-in__file" title="tests/QRCodeReaderTest.php"><a href="files/tests-qrcodereadertest.html"><abbr title="tests/QRCodeReaderTest.php">QRCodeReaderTest.php</abbr></a></abbr>
  176. :
  177. <span class="phpdocumentor-element-found-in__line">29</span>
  178. </aside>
  179. <code class="phpdocumentor-signature phpdocumentor-code ">
  180. <span class="phpdocumentor-signature__visibility">protected</span>
  181. <span class="phpdocumentor-signature__type">mixed</span>
  182. <span class="phpdocumentor-signature__name">loremipsum</span>
  183. = <span class="phpdocumentor-signature__default-value">&#039;Just let this happen. We just let this flow right out of our minds. &#039; . &#039;Anyone can paint. We touch the canvas, the canvas takes what it wants. From all of us here, &#039; . &#039;I want to wish you happy painting and God bless, my friends. A tree cannot be straight if it has a crooked trunk. &#039; . &#039;You have to make almighty decisions when you&#039;re the creator. I guess that would be considered a UFO. &#039; . &#039;A big cotton ball in the sky. I&#039;m gonna add just a tiny little amount of Prussian Blue. &#039; . &#039;They say everything looks better with odd numbers of things. But sometimes I put even numbers—just &#039; . &#039;to upset the critics. We&#039;ll lay all these little funky little things in there. &#039;</span>
  184. </code>
  185. <section class="phpdocumentor-description"></section>
  186. <section class="phpdocumentor-description"></section>
  187. </article>
  188. </section>
  189. <section class="phpdocumentor-properties">
  190. <h3 class="phpdocumentor-elements__header" id="properties">
  191. Properties
  192. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#properties" class="headerlink"><i class="fas fa-link"></i></a>
  193. </h3>
  194. <article
  195. class="
  196. phpdocumentor-element
  197. -property
  198. -protected
  199. "
  200. >
  201. <h4 class="phpdocumentor-element__name" id="property_options">
  202. $options
  203. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#property_options" class="headerlink"><i class="fas fa-link"></i></a>
  204. <span class="phpdocumentor-element__modifiers">
  205. </span>
  206. </h4>
  207. <aside class="phpdocumentor-element-found-in">
  208. <abbr class="phpdocumentor-element-found-in__file" title="tests/QRCodeReaderTest.php"><a href="files/tests-qrcodereadertest.html"><abbr title="tests/QRCodeReaderTest.php">QRCodeReaderTest.php</abbr></a></abbr>
  209. :
  210. <span class="phpdocumentor-element-found-in__line">37</span>
  211. </aside>
  212. <code class="phpdocumentor-code phpdocumentor-signature ">
  213. <span class="phpdocumentor-signature__visibility">protected</span>
  214. <span class="phpdocumentor-signature__type"><abbr title="\chillerlan\Settings\SettingsContainerInterface">SettingsContainerInterface</abbr></span>
  215. <span class="phpdocumentor-signature__name">$options</span>
  216. </code>
  217. <section class="phpdocumentor-description"></section>
  218. <section class="phpdocumentor-description"></section>
  219. </article>
  220. </section>
  221. <section class="phpdocumentor-methods">
  222. <h3 class="phpdocumentor-elements__header" id="methods">
  223. Methods
  224. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
  225. </h3>
  226. <article
  227. class="phpdocumentor-element
  228. -method
  229. -public
  230. "
  231. >
  232. <h4 class="phpdocumentor-element__name" id="method_dataTestProvider">
  233. dataTestProvider()
  234. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_dataTestProvider" class="headerlink"><i class="fas fa-link"></i></a>
  235. </h4>
  236. <aside class="phpdocumentor-element-found-in">
  237. <abbr class="phpdocumentor-element-found-in__file" title="tests/QRCodeReaderTest.php"><a href="files/tests-qrcodereadertest.html"><abbr title="tests/QRCodeReaderTest.php">QRCodeReaderTest.php</abbr></a></abbr>
  238. :
  239. <span class="phpdocumentor-element-found-in__line">119</span>
  240. </aside>
  241. <code class="phpdocumentor-code phpdocumentor-signature ">
  242. <span class="phpdocumentor-signature__visibility">public</span>
  243. <span class="phpdocumentor-signature__name">dataTestProvider</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type"><abbr title="\Generator">Generator</abbr></span></code>
  244. <section class="phpdocumentor-description"></section>
  245. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  246. <span class="phpdocumentor-signature__response_type"><abbr title="\Generator">Generator</abbr></span>
  247. &mdash;
  248. </article>
  249. <article
  250. class="phpdocumentor-element
  251. -method
  252. -public
  253. "
  254. >
  255. <h4 class="phpdocumentor-element__name" id="method_qrCodeProvider">
  256. qrCodeProvider()
  257. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_qrCodeProvider" class="headerlink"><i class="fas fa-link"></i></a>
  258. </h4>
  259. <aside class="phpdocumentor-element-found-in">
  260. <abbr class="phpdocumentor-element-found-in__file" title="tests/QRCodeReaderTest.php"><a href="files/tests-qrcodereadertest.html"><abbr title="tests/QRCodeReaderTest.php">QRCodeReaderTest.php</abbr></a></abbr>
  261. :
  262. <span class="phpdocumentor-element-found-in__line">43</span>
  263. </aside>
  264. <code class="phpdocumentor-code phpdocumentor-signature ">
  265. <span class="phpdocumentor-signature__visibility">public</span>
  266. <span class="phpdocumentor-signature__name">qrCodeProvider</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  267. <section class="phpdocumentor-description"></section>
  268. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  269. <span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span>
  270. &mdash;
  271. </article>
  272. <article
  273. class="phpdocumentor-element
  274. -method
  275. -public
  276. "
  277. >
  278. <h4 class="phpdocumentor-element__name" id="method_testReadData">
  279. testReadData()
  280. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_testReadData" class="headerlink"><i class="fas fa-link"></i></a>
  281. </h4>
  282. <aside class="phpdocumentor-element-found-in">
  283. <abbr class="phpdocumentor-element-found-in__file" title="tests/QRCodeReaderTest.php"><a href="files/tests-qrcodereadertest.html"><abbr title="tests/QRCodeReaderTest.php">QRCodeReaderTest.php</abbr></a></abbr>
  284. :
  285. <span class="phpdocumentor-element-found-in__line">138</span>
  286. </aside>
  287. <code class="phpdocumentor-code phpdocumentor-signature ">
  288. <span class="phpdocumentor-signature__visibility">public</span>
  289. <span class="phpdocumentor-signature__name">testReadData</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a>&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"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$ecc</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expected</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  290. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  291. <dl class="phpdocumentor-argument-list">
  292. <dt class="phpdocumentor-argument-list__entry">
  293. <span class="phpdocumentor-signature__argument__name">$version</span>
  294. : <span class="phpdocumentor-signature__argument__return-type"><a href="classes/chillerlan-QRCode-Common-Version.html"><abbr title="\chillerlan\QRCode\Common\Version">Version</abbr></a></span>
  295. </dt>
  296. <dd class="phpdocumentor-argument-list__definition">
  297. <section class="phpdocumentor-description"></section>
  298. </dd>
  299. <dt class="phpdocumentor-argument-list__entry">
  300. <span class="phpdocumentor-signature__argument__name">$ecc</span>
  301. : <span class="phpdocumentor-signature__argument__return-type"><a href="classes/chillerlan-QRCode-Common-EccLevel.html"><abbr title="\chillerlan\QRCode\Common\EccLevel">EccLevel</abbr></a></span>
  302. </dt>
  303. <dd class="phpdocumentor-argument-list__definition">
  304. <section class="phpdocumentor-description"></section>
  305. </dd>
  306. <dt class="phpdocumentor-argument-list__entry">
  307. <span class="phpdocumentor-signature__argument__name">$expected</span>
  308. : <span class="phpdocumentor-signature__argument__return-type">string</span>
  309. </dt>
  310. <dd class="phpdocumentor-argument-list__definition">
  311. <section class="phpdocumentor-description"></section>
  312. </dd>
  313. </dl>
  314. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  315. Tags
  316. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  317. </h5>
  318. <dl class="phpdocumentor-tag-list">
  319. <dt class="phpdocumentor-tag-list__entry">
  320. <span class="phpdocumentor-tag__name">dataProvider</span>
  321. </dt>
  322. <dd class="phpdocumentor-tag-list__definition">
  323. <section class="phpdocumentor-description"><p>dataTestProvider</p>
  324. </section>
  325. </dd>
  326. </dl>
  327. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  328. <span class="phpdocumentor-signature__response_type">void</span>
  329. &mdash;
  330. </article>
  331. <article
  332. class="phpdocumentor-element
  333. -method
  334. -public
  335. "
  336. >
  337. <h4 class="phpdocumentor-element__name" id="method_testReaderGD">
  338. testReaderGD()
  339. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_testReaderGD" class="headerlink"><i class="fas fa-link"></i></a>
  340. </h4>
  341. <aside class="phpdocumentor-element-found-in">
  342. <abbr class="phpdocumentor-element-found-in__file" title="tests/QRCodeReaderTest.php"><a href="files/tests-qrcodereadertest.html"><abbr title="tests/QRCodeReaderTest.php">QRCodeReaderTest.php</abbr></a></abbr>
  343. :
  344. <span class="phpdocumentor-element-found-in__line">71</span>
  345. </aside>
  346. <code class="phpdocumentor-code phpdocumentor-signature ">
  347. <span class="phpdocumentor-signature__visibility">public</span>
  348. <span class="phpdocumentor-signature__name">testReaderGD</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$img</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expected</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$grayscale</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  349. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  350. <dl class="phpdocumentor-argument-list">
  351. <dt class="phpdocumentor-argument-list__entry">
  352. <span class="phpdocumentor-signature__argument__name">$img</span>
  353. : <span class="phpdocumentor-signature__argument__return-type">string</span>
  354. </dt>
  355. <dd class="phpdocumentor-argument-list__definition">
  356. <section class="phpdocumentor-description"></section>
  357. </dd>
  358. <dt class="phpdocumentor-argument-list__entry">
  359. <span class="phpdocumentor-signature__argument__name">$expected</span>
  360. : <span class="phpdocumentor-signature__argument__return-type">string</span>
  361. </dt>
  362. <dd class="phpdocumentor-argument-list__definition">
  363. <section class="phpdocumentor-description"></section>
  364. </dd>
  365. <dt class="phpdocumentor-argument-list__entry">
  366. <span class="phpdocumentor-signature__argument__name">$grayscale</span>
  367. : <span class="phpdocumentor-signature__argument__return-type">bool</span>
  368. </dt>
  369. <dd class="phpdocumentor-argument-list__definition">
  370. <section class="phpdocumentor-description"></section>
  371. </dd>
  372. </dl>
  373. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  374. Tags
  375. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  376. </h5>
  377. <dl class="phpdocumentor-tag-list">
  378. <dt class="phpdocumentor-tag-list__entry">
  379. <span class="phpdocumentor-tag__name">dataProvider</span>
  380. </dt>
  381. <dd class="phpdocumentor-tag-list__definition">
  382. <section class="phpdocumentor-description"><p>qrCodeProvider</p>
  383. </section>
  384. </dd>
  385. </dl>
  386. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  387. <span class="phpdocumentor-signature__response_type">void</span>
  388. &mdash;
  389. </article>
  390. <article
  391. class="phpdocumentor-element
  392. -method
  393. -public
  394. "
  395. >
  396. <h4 class="phpdocumentor-element__name" id="method_testReaderImagick">
  397. testReaderImagick()
  398. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_testReaderImagick" class="headerlink"><i class="fas fa-link"></i></a>
  399. </h4>
  400. <aside class="phpdocumentor-element-found-in">
  401. <abbr class="phpdocumentor-element-found-in__file" title="tests/QRCodeReaderTest.php"><a href="files/tests-qrcodereadertest.html"><abbr title="tests/QRCodeReaderTest.php">QRCodeReaderTest.php</abbr></a></abbr>
  402. :
  403. <span class="phpdocumentor-element-found-in__line">85</span>
  404. </aside>
  405. <code class="phpdocumentor-code phpdocumentor-signature ">
  406. <span class="phpdocumentor-signature__visibility">public</span>
  407. <span class="phpdocumentor-signature__name">testReaderImagick</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$img</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$expected</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">bool&nbsp;</span><span class="phpdocumentor-signature__argument__name">$grayscale</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  408. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  409. <dl class="phpdocumentor-argument-list">
  410. <dt class="phpdocumentor-argument-list__entry">
  411. <span class="phpdocumentor-signature__argument__name">$img</span>
  412. : <span class="phpdocumentor-signature__argument__return-type">string</span>
  413. </dt>
  414. <dd class="phpdocumentor-argument-list__definition">
  415. <section class="phpdocumentor-description"></section>
  416. </dd>
  417. <dt class="phpdocumentor-argument-list__entry">
  418. <span class="phpdocumentor-signature__argument__name">$expected</span>
  419. : <span class="phpdocumentor-signature__argument__return-type">string</span>
  420. </dt>
  421. <dd class="phpdocumentor-argument-list__definition">
  422. <section class="phpdocumentor-description"></section>
  423. </dd>
  424. <dt class="phpdocumentor-argument-list__entry">
  425. <span class="phpdocumentor-signature__argument__name">$grayscale</span>
  426. : <span class="phpdocumentor-signature__argument__return-type">bool</span>
  427. </dt>
  428. <dd class="phpdocumentor-argument-list__definition">
  429. <section class="phpdocumentor-description"></section>
  430. </dd>
  431. </dl>
  432. <h5 class="phpdocumentor-tag-list__heading" id="tags">
  433. Tags
  434. <a href="#tags" class="headerlink"><i class="fas fa-link"></i></a>
  435. </h5>
  436. <dl class="phpdocumentor-tag-list">
  437. <dt class="phpdocumentor-tag-list__entry">
  438. <span class="phpdocumentor-tag__name">dataProvider</span>
  439. </dt>
  440. <dd class="phpdocumentor-tag-list__definition">
  441. <section class="phpdocumentor-description"><p>qrCodeProvider</p>
  442. </section>
  443. </dd>
  444. </dl>
  445. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  446. <span class="phpdocumentor-signature__response_type">void</span>
  447. &mdash;
  448. </article>
  449. <article
  450. class="phpdocumentor-element
  451. -method
  452. -public
  453. "
  454. >
  455. <h4 class="phpdocumentor-element__name" id="method_testReaderMultiSegment">
  456. testReaderMultiSegment()
  457. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_testReaderMultiSegment" class="headerlink"><i class="fas fa-link"></i></a>
  458. </h4>
  459. <aside class="phpdocumentor-element-found-in">
  460. <abbr class="phpdocumentor-element-found-in__file" title="tests/QRCodeReaderTest.php"><a href="files/tests-qrcodereadertest.html"><abbr title="tests/QRCodeReaderTest.php">QRCodeReaderTest.php</abbr></a></abbr>
  461. :
  462. <span class="phpdocumentor-element-found-in__line">100</span>
  463. </aside>
  464. <code class="phpdocumentor-code phpdocumentor-signature ">
  465. <span class="phpdocumentor-signature__visibility">public</span>
  466. <span class="phpdocumentor-signature__name">testReaderMultiSegment</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  467. <section class="phpdocumentor-description"></section>
  468. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  469. <span class="phpdocumentor-signature__response_type">void</span>
  470. &mdash;
  471. </article>
  472. <article
  473. class="phpdocumentor-element
  474. -method
  475. -protected
  476. "
  477. >
  478. <h4 class="phpdocumentor-element__name" id="method_setUp">
  479. setUp()
  480. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#method_setUp" class="headerlink"><i class="fas fa-link"></i></a>
  481. </h4>
  482. <aside class="phpdocumentor-element-found-in">
  483. <abbr class="phpdocumentor-element-found-in__file" title="tests/QRCodeReaderTest.php"><a href="files/tests-qrcodereadertest.html"><abbr title="tests/QRCodeReaderTest.php">QRCodeReaderTest.php</abbr></a></abbr>
  484. :
  485. <span class="phpdocumentor-element-found-in__line">39</span>
  486. </aside>
  487. <code class="phpdocumentor-code phpdocumentor-signature ">
  488. <span class="phpdocumentor-signature__visibility">protected</span>
  489. <span class="phpdocumentor-signature__name">setUp</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  490. <section class="phpdocumentor-description"></section>
  491. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  492. <span class="phpdocumentor-signature__response_type">void</span>
  493. &mdash;
  494. </article>
  495. </section>
  496. <script type="text/javascript">
  497. function loadExternalCodeSnippets(line) {
  498. Array.prototype.slice.call(document.querySelectorAll('pre[data-src]')).forEach((pre) => {
  499. var src = pre.getAttribute('data-src').replace( /\\/g, '/');
  500. var extension = (src.match(/\.(\w+)$/) || [, ''])[1];
  501. var language = 'php';
  502. var code = document.createElement('code');
  503. code.className = 'language-' + language;
  504. pre.textContent = '';
  505. pre.setAttribute('data-line', line)
  506. code.textContent = 'Loading…';
  507. pre.appendChild(code);
  508. var xhr = new XMLHttpRequest();
  509. xhr.open('GET', src, true);
  510. xhr.onreadystatechange = function () {
  511. if (xhr.readyState == 4) {
  512. if (xhr.status < 400 && xhr.responseText) {
  513. code.textContent = xhr.responseText;
  514. Prism.highlightElement(code);
  515. }
  516. else if (xhr.status >= 400) {
  517. code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
  518. }
  519. else {
  520. code.textContent = '✖ Error: File does not exist, is empty or trying to view from localhost';
  521. }
  522. }
  523. };
  524. xhr.send(null);
  525. });
  526. }
  527. var modals = document.querySelectorAll("[data-modal]");
  528. modals.forEach(function (trigger) {
  529. trigger.addEventListener("click", function (event) {
  530. //event.preventDefault();
  531. const modal = document.getElementById(trigger.dataset.modal);
  532. modal.classList.add("phpdocumentor-modal__open");
  533. loadExternalCodeSnippets(trigger.dataset.line)
  534. const exits = modal.querySelectorAll("[data-exit-button]");
  535. exits.forEach(function (exit) {
  536. exit.addEventListener("click", function (event) {
  537. event.preventDefault();
  538. modal.classList.remove("phpdocumentor-modal__open");
  539. });
  540. });
  541. });
  542. });
  543. </script>
  544. </article>
  545. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  546. <section class="phpdocumentor-search-results__dialog">
  547. <header class="phpdocumentor-search-results__header">
  548. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  549. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  550. </header>
  551. <section class="phpdocumentor-search-results__body">
  552. <ul class="phpdocumentor-search-results__entries"></ul>
  553. </section>
  554. </section>
  555. </section>
  556. </div>
  557. </div>
  558. <a href="classes/chillerlan-QRCodeTest-QRCodeReaderTest.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  559. </main>
  560. <script>
  561. cssVars({});
  562. </script>
  563. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  564. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  565. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  566. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  567. </body>
  568. </html>