From 559c51b82ee75a2781cbb63ce2c3b7a90a37d9d7 Mon Sep 17 00:00:00 2001 From: codemasher Date: Sun, 7 Jan 2024 19:27:02 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20chillerl?= =?UTF-8?q?an/php-qrcode@b915a1ec58978857cd278cd3eda947b8c388422b=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/Output-QRGdImageAVIFTest.html | 335 ++++++++- .../chillerlan-QRCode-Output-QRGdImage.html | 12 +- ...hillerlan-QRCode-Output-QRGdImageAVIF.html | 8 +- ...chillerlan-QRCode-Output-QRGdImageBMP.html | 8 +- ...chillerlan-QRCode-Output-QRGdImageGIF.html | 8 +- ...hillerlan-QRCode-Output-QRGdImageJPEG.html | 8 +- ...chillerlan-QRCode-Output-QRGdImagePNG.html | 8 +- ...hillerlan-QRCode-Output-QRGdImageWEBP.html | 8 +- .../chillerlan-QRCodeTest-BuildDirTrait.html | 684 ++++++++++++++++++ ...hillerlan-QRCodeTest-Output-QREpsTest.html | 331 ++++++++- ...illerlan-QRCodeTest-Output-QRFpdfTest.html | 329 ++++++++- ...an-QRCodeTest-Output-QRGdImageBMPTest.html | 335 ++++++++- ...an-QRCodeTest-Output-QRGdImageGIFTest.html | 335 ++++++++- ...an-QRCodeTest-Output-QRGdImageJPGTest.html | 335 ++++++++- ...an-QRCodeTest-Output-QRGdImagePNGTest.html | 335 ++++++++- ...CodeTest-Output-QRGdImageTestAbstract.html | 331 ++++++++- ...n-QRCodeTest-Output-QRGdImageWEBPTest.html | 335 ++++++++- ...erlan-QRCodeTest-Output-QRImagickTest.html | 329 ++++++++- ...an-QRCodeTest-Output-QRMarkupHTMLTest.html | 335 ++++++++- ...lan-QRCodeTest-Output-QRMarkupSVGTest.html | 333 ++++++++- ...RCodeTest-Output-QRMarkupTestAbstract.html | 333 ++++++++- ...RCodeTest-Output-QROutputTestAbstract.html | 340 ++++++++- ...an-QRCodeTest-Output-QRStringJSONTest.html | 327 ++++++++- ...an-QRCodeTest-Output-QRStringTextTest.html | 331 ++++++++- classes/chillerlan-QRCodeTest-QRCodeTest.html | 328 ++++++++- files/tests-builddirtrait.html | 338 +++++++++ indices/files.html | 1 + js/searchIndex.js | 40 +- namespaces/chillerlan-qrcodetest.html | 2 +- packages/Application.html | 2 +- 30 files changed, 6565 insertions(+), 219 deletions(-) create mode 100644 classes/chillerlan-QRCodeTest-BuildDirTrait.html create mode 100644 files/tests-builddirtrait.html diff --git a/classes/Output-QRGdImageAVIFTest.html b/classes/Output-QRGdImageAVIFTest.html index d399349b8..15a7c3d0a 100644 --- a/classes/Output-QRGdImageAVIFTest.html +++ b/classes/Output-QRGdImageAVIFTest.html @@ -177,7 +177,7 @@

buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
@@ -260,6 +260,41 @@

 : void +
+ createBuildDir() + +  : void +
+
attempts to create the build dir
+ +
+ getBuildDir() + +  : string +
+
returns the full (real) path to the given build path
+ +
+ getBuildFileContent() + +  : string +
+
returns the contents of the given build file
+ +
+ getBuildFilePath() + +  : string +
+
returns the full (real) path to the given build file
+ +
+ getBuildPath() + +  : string +
+
returns the full raw path to the build dir
+
getOutputInterface() @@ -295,7 +330,7 @@

@@ -304,7 +339,7 @@

protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -339,7 +374,7 @@

@@ -372,7 +407,7 @@

@@ -405,7 +440,7 @@

@@ -443,7 +478,7 @@

@@ -540,7 +575,7 @@

@@ -572,7 +607,7 @@

@@ -604,7 +639,7 @@

@@ -636,7 +671,7 @@

@@ -669,6 +704,277 @@

Parameters
+ +
+

+ createBuildDir() + + +

+ + +

attempts to create the build dir

+ + + protected + createBuildDir(string $subPath) : void + +
+
+ +
Parameters
+
+
+ $subPath + : string +
+
+ +
+
+ + +
+ Tags + + +
+
+
+ throws +
+
+ RuntimeException + + +
+
+ + +
+
+

+ getBuildDir() + + +

+ + +

returns the full (real) path to the given build path

+ + + protected + getBuildDir([string $subPath = '' ]) : string + +
+
+ +
Parameters
+
+
+ $subPath + : string + = ''
+
+ +
+
+ + +
+ Tags + + +
+
+
+ throws +
+
+ RuntimeException + + +
+
+ +
+
Return values
+ string +
+ +
+
+

+ getBuildFileContent() + + +

+ + +

returns the contents of the given build file

+ + + protected + getBuildFileContent(string $fileSubPath) : string + +
+
+ +
Parameters
+
+
+ $fileSubPath + : string +
+
+ +
+
+ + + +
+
Return values
+ string +
+ +
+
+

+ getBuildFilePath() + + +

+ + +

returns the full (real) path to the given build file

+ + + protected + getBuildFilePath(string $fileSubPath) : string + +
+
+ +
Parameters
+
+
+ $fileSubPath + : string +
+
+ +
+
+ + +
+ Tags + + +
+
+
+ throws +
+
+ RuntimeException + + +
+
+ +
+
Return values
+ string +
+ +
+
+

+ getBuildPath() + + +

+ + +

returns the full raw path to the build dir

+ + + protected + getBuildPath(string $subPath) : string + +
+
+ +
Parameters
+
+
+ $subPath + : string +
+
+ +
+
+ + + +
+
Return values
+ string +
+
@@ -890,6 +1196,11 @@

  • testSaveException()
  • testSetModuleValues()
  • testValidateModuleValues()
  • +
  • createBuildDir()
  • +
  • getBuildDir()
  • +
  • getBuildFileContent()
  • +
  • getBuildFilePath()
  • +
  • getBuildPath()
  • getOutputInterface()
  • setUp()
  • diff --git a/classes/chillerlan-QRCode-Output-QRGdImage.html b/classes/chillerlan-QRCode-Output-QRGdImage.html index 77921c050..9ebb44670 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImage.html +++ b/classes/chillerlan-QRCode-Output-QRGdImage.html @@ -147,7 +147,7 @@

    @@ -504,7 +504,7 @@

    @@ -874,7 +874,7 @@

    @@ -1204,7 +1204,7 @@

    @@ -1258,7 +1258,7 @@

    @@ -1464,7 +1464,7 @@

    diff --git a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html index 644fad64f..12315dc4d 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html @@ -542,7 +542,7 @@

    @@ -912,7 +912,7 @@

    @@ -1242,7 +1242,7 @@

    @@ -1471,7 +1471,7 @@

    diff --git a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html index 7398ce192..a50d5d4af 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html @@ -542,7 +542,7 @@

    @@ -912,7 +912,7 @@

    @@ -1242,7 +1242,7 @@

    @@ -1471,7 +1471,7 @@

    diff --git a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html index b34d9aa63..5b85e8e1e 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html @@ -542,7 +542,7 @@

    @@ -912,7 +912,7 @@

    @@ -1242,7 +1242,7 @@

    @@ -1471,7 +1471,7 @@

    diff --git a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html index 01c0af8c5..27c2774ed 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html @@ -542,7 +542,7 @@

    @@ -912,7 +912,7 @@

    @@ -1242,7 +1242,7 @@

    @@ -1471,7 +1471,7 @@

    diff --git a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html index 47bafc994..776631a55 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html @@ -542,7 +542,7 @@

    @@ -912,7 +912,7 @@

    @@ -1242,7 +1242,7 @@

    @@ -1471,7 +1471,7 @@

    diff --git a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html index ab549fdb8..84b02adcc 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html @@ -542,7 +542,7 @@

    @@ -912,7 +912,7 @@

    @@ -1242,7 +1242,7 @@

    @@ -1471,7 +1471,7 @@

    diff --git a/classes/chillerlan-QRCodeTest-BuildDirTrait.html b/classes/chillerlan-QRCodeTest-BuildDirTrait.html new file mode 100644 index 000000000..9176672a2 --- /dev/null +++ b/classes/chillerlan-QRCodeTest-BuildDirTrait.html @@ -0,0 +1,684 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
    +

    Documentation

    + + + + + +
    + +
    +
    + + + + +
    +
    + + +
    +

    + BuildDirTrait +

    + + + +

    Trait BuildDirTrait

    + + + + + + +

    + Table of Contents + + +

    + + + + + + + +

    + Constants + + +

    +
    +
    + _buildDir + +  = __DIR__ . '/../.build/' +
    + +
    + + + +

    + Methods + + +

    +
    +
    + createBuildDir() + +  : void +
    +
    attempts to create the build dir
    + +
    + getBuildDir() + +  : string +
    +
    returns the full (real) path to the given build path
    + +
    + getBuildFileContent() + +  : string +
    +
    returns the contents of the given build file
    + +
    + getBuildFilePath() + +  : string +
    +
    returns the full (real) path to the given build file
    + +
    + getBuildPath() + +  : string +
    +
    returns the full raw path to the build dir
    + +
    + + + + + +
    +

    + Constants + + +

    +
    +

    + _buildDir + + +

    + + + + + + private + mixed + _buildDir + = __DIR__ . '/../.build/' + + + + + + + +
    +
    + + + +
    +

    + Methods + + +

    +
    +

    + createBuildDir() + + +

    + + +

    attempts to create the build dir

    + + + protected + createBuildDir(string $subPath) : void + +
    +
    + +
    Parameters
    +
    +
    + $subPath + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + RuntimeException + + +
    +
    + + +
    +
    +

    + getBuildDir() + + +

    + + +

    returns the full (real) path to the given build path

    + + + protected + getBuildDir([string $subPath = '' ]) : string + +
    +
    + +
    Parameters
    +
    +
    + $subPath + : string + = ''
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + RuntimeException + + +
    +
    + +
    +
    Return values
    + string +
    + +
    +
    +

    + getBuildFileContent() + + +

    + + +

    returns the contents of the given build file

    + + + protected + getBuildFileContent(string $fileSubPath) : string + +
    +
    + +
    Parameters
    +
    +
    + $fileSubPath + : string +
    +
    + +
    +
    + + + +
    +
    Return values
    + string +
    + +
    +
    +

    + getBuildFilePath() + + +

    + + +

    returns the full (real) path to the given build file

    + + + protected + getBuildFilePath(string $fileSubPath) : string + +
    +
    + +
    Parameters
    +
    +
    + $fileSubPath + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + RuntimeException + + +
    +
    + +
    +
    Return values
    + string +
    + +
    +
    +

    + getBuildPath() + + +

    + + +

    returns the full raw path to the build dir

    + + + protected + getBuildPath(string $subPath) : string + +
    +
    + +
    Parameters
    +
    +
    + $subPath + : string +
    +
    + +
    +
    + + + +
    +
    Return values
    + string +
    + +
    +
    + +
    +
    +
    +
    +
    
    +        
    + +
    +
    + + + +
    +
    +
    + +
    + On this page + + +
    + +
    +
    +
    +
    +
    +

    Search results

    + +
    +
    +
      +
      +
      +
      +
      + + +
      + + + + + + + + diff --git a/classes/chillerlan-QRCodeTest-Output-QREpsTest.html b/classes/chillerlan-QRCodeTest-Output-QREpsTest.html index 752eb3797..5984fedca 100644 --- a/classes/chillerlan-QRCodeTest-Output-QREpsTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QREpsTest.html @@ -178,7 +178,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -249,6 +249,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -284,7 +319,7 @@

      @@ -293,7 +328,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -328,7 +363,7 @@

      @@ -361,7 +396,7 @@

      @@ -394,7 +429,7 @@

      @@ -467,7 +502,7 @@

      @@ -499,7 +534,7 @@

      @@ -577,7 +612,7 @@

      @@ -610,6 +645,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -829,6 +1135,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html index 38ccec079..2a449cd3a 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRFpdfTest.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -256,6 +256,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -291,7 +326,7 @@

      @@ -300,7 +335,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -335,7 +370,7 @@

      @@ -368,7 +403,7 @@

      @@ -401,7 +436,7 @@

      @@ -505,7 +540,7 @@

      @@ -537,7 +572,7 @@

      @@ -615,7 +650,7 @@

      @@ -648,6 +683,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html index b022b9f71..251e4146c 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageBMPTest.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -262,6 +262,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -297,7 +332,7 @@

      @@ -306,7 +341,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -341,7 +376,7 @@

      @@ -374,7 +409,7 @@

      @@ -407,7 +442,7 @@

      @@ -445,7 +480,7 @@

      @@ -542,7 +577,7 @@

      @@ -574,7 +609,7 @@

      @@ -606,7 +641,7 @@

      @@ -638,7 +673,7 @@

      @@ -671,6 +706,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -892,6 +1198,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html index ec9024d5b..b4250e2db 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageGIFTest.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -262,6 +262,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -297,7 +332,7 @@

      @@ -306,7 +341,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -341,7 +376,7 @@

      @@ -374,7 +409,7 @@

      @@ -407,7 +442,7 @@

      @@ -445,7 +480,7 @@

      @@ -542,7 +577,7 @@

      @@ -574,7 +609,7 @@

      @@ -606,7 +641,7 @@

      @@ -638,7 +673,7 @@

      @@ -671,6 +706,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -892,6 +1198,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html index 554c85c01..185f8c6b0 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageJPGTest.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -262,6 +262,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -297,7 +332,7 @@

      @@ -306,7 +341,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -341,7 +376,7 @@

      @@ -374,7 +409,7 @@

      @@ -407,7 +442,7 @@

      @@ -445,7 +480,7 @@

      @@ -542,7 +577,7 @@

      @@ -574,7 +609,7 @@

      @@ -606,7 +641,7 @@

      @@ -638,7 +673,7 @@

      @@ -671,6 +706,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -892,6 +1198,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html index d52bed94c..3312113c9 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImagePNGTest.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -262,6 +262,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -297,7 +332,7 @@

      @@ -306,7 +341,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -341,7 +376,7 @@

      @@ -374,7 +409,7 @@

      @@ -407,7 +442,7 @@

      @@ -445,7 +480,7 @@

      @@ -542,7 +577,7 @@

      @@ -574,7 +609,7 @@

      @@ -606,7 +641,7 @@

      @@ -638,7 +673,7 @@

      @@ -671,6 +706,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -892,6 +1198,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html index e5b936093..6937c7399 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageTestAbstract.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -262,6 +262,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -297,7 +332,7 @@

      @@ -306,7 +341,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -341,7 +376,7 @@

      @@ -374,7 +409,7 @@

      @@ -407,7 +442,7 @@

      @@ -542,7 +577,7 @@

      @@ -574,7 +609,7 @@

      @@ -652,7 +687,7 @@

      @@ -685,6 +720,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -920,6 +1226,11 @@
    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html b/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html index f89604ab7..dbf731975 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRGdImageWEBPTest.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -262,6 +262,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -297,7 +332,7 @@

      @@ -306,7 +341,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -341,7 +376,7 @@

      @@ -374,7 +409,7 @@

      @@ -407,7 +442,7 @@

      @@ -445,7 +480,7 @@

      @@ -542,7 +577,7 @@

      @@ -574,7 +609,7 @@

      @@ -606,7 +641,7 @@

      @@ -638,7 +673,7 @@

      @@ -671,6 +706,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -892,6 +1198,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html index 7e73eb94f..8bb56e6d0 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRImagickTest.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -256,6 +256,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -291,7 +326,7 @@

      @@ -300,7 +335,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -335,7 +370,7 @@

      @@ -368,7 +403,7 @@

      @@ -401,7 +436,7 @@

      @@ -505,7 +540,7 @@

      @@ -537,7 +572,7 @@

      @@ -615,7 +650,7 @@

      @@ -648,6 +683,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html index 488cd4dee..ddadadd6b 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupHTMLTest.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -250,6 +250,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -285,7 +320,7 @@

      @@ -294,7 +329,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -329,7 +364,7 @@

      @@ -362,7 +397,7 @@

      @@ -395,7 +430,7 @@

      @@ -433,7 +468,7 @@

      @@ -468,7 +503,7 @@

      @@ -500,7 +535,7 @@

      @@ -532,7 +567,7 @@

      @@ -564,7 +599,7 @@

      @@ -597,6 +632,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -816,6 +1122,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html index c1fe75065..feefd09a9 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupSVGTest.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -250,6 +250,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -285,7 +320,7 @@

      @@ -294,7 +329,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -329,7 +364,7 @@

      @@ -362,7 +397,7 @@

      @@ -395,7 +430,7 @@

      @@ -468,7 +503,7 @@

      @@ -500,7 +535,7 @@

      @@ -532,7 +567,7 @@

      @@ -564,7 +599,7 @@

      @@ -597,6 +632,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -816,6 +1122,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html index 76c1f9088..9db35c884 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QRMarkupTestAbstract.html @@ -179,7 +179,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -250,6 +250,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -285,7 +320,7 @@

      @@ -294,7 +329,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -329,7 +364,7 @@

      @@ -362,7 +397,7 @@

      @@ -395,7 +430,7 @@

      @@ -468,7 +503,7 @@

      @@ -500,7 +535,7 @@

      @@ -578,7 +613,7 @@

      @@ -611,6 +646,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -678,7 +984,7 @@

      @@ -830,6 +1136,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html index 0678fa913..1a22e0d55 100644 --- a/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-Output-QROutputTestAbstract.html @@ -135,6 +135,9 @@

      + + Uses + BuildDirTrait

      @@ -180,7 +183,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -251,6 +254,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -286,7 +324,7 @@

      @@ -295,7 +333,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -330,7 +368,7 @@

      @@ -363,7 +401,7 @@

      @@ -396,7 +434,7 @@

      @@ -434,7 +472,7 @@

      @@ -469,7 +507,7 @@

      @@ -501,7 +539,7 @@

      @@ -533,7 +571,7 @@

      @@ -565,7 +603,7 @@

      @@ -598,6 +636,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -665,7 +974,7 @@

      @@ -817,6 +1126,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html index 1676527ef..202a35768 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRStringJSONTest.html @@ -180,7 +180,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -251,6 +251,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -286,7 +321,7 @@

      @@ -295,7 +330,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -330,7 +365,7 @@

      @@ -363,7 +398,7 @@

      @@ -396,7 +431,7 @@

      @@ -469,7 +504,7 @@

      @@ -501,7 +536,7 @@

      @@ -598,6 +633,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html b/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html index d4fbce298..44ac1cf52 100644 --- a/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html +++ b/classes/chillerlan-QRCodeTest-Output-QRStringTextTest.html @@ -180,7 +180,7 @@

      buildDir -  = __DIR__ . '/../../.build/output-test/' +  = 'output-test'
      @@ -251,6 +251,41 @@

       : void

      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      getOutputInterface() @@ -286,7 +321,7 @@

      @@ -295,7 +330,7 @@

      protected mixed buildDir - = __DIR__ . '/../../.build/output-test/' + = 'output-test' @@ -330,7 +365,7 @@

      @@ -363,7 +398,7 @@

      @@ -396,7 +431,7 @@

      @@ -469,7 +504,7 @@

      @@ -501,7 +536,7 @@

      @@ -579,7 +614,7 @@

      @@ -612,6 +647,277 @@

      Parameters
      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
      @@ -831,6 +1137,11 @@

    • testSaveException()
    • testSetModuleValues()
    • testValidateModuleValues()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • getOutputInterface()
    • setUp()
    • diff --git a/classes/chillerlan-QRCodeTest-QRCodeTest.html b/classes/chillerlan-QRCodeTest-QRCodeTest.html index fa76dfe33..5036f0ff3 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeTest.html @@ -134,6 +134,9 @@

      + + Uses + BuildDirTrait

      @@ -146,7 +149,7 @@

      @@ -178,7 +181,7 @@

      buildDir -  = __DIR__ . '/../.build/output-test/' +  = 'output-test'
      @@ -238,6 +241,41 @@

      Tests if an exception is thrown when trying to write a cache file to an invalid destination
      +
      + createBuildDir() + +  : void +
      +
      attempts to create the build dir
      + +
      + getBuildDir() + +  : string +
      +
      returns the full (real) path to the given build path
      + +
      + getBuildFileContent() + +  : string +
      +
      returns the contents of the given build file
      + +
      + getBuildFilePath() + +  : string +
      +
      returns the full (real) path to the given build file
      + +
      + getBuildPath() + +  : string +
      +
      returns the full raw path to the build dir
      +
      setUp() @@ -276,7 +314,7 @@

      private mixed buildDir - = __DIR__ . '/../.build/output-test/' + = 'output-test' @@ -382,7 +420,7 @@

      QRCodeTest.php : - 40 + 42 @@ -414,7 +452,7 @@

      QRCodeTest.php : - 52 + 54 @@ -446,7 +484,7 @@

      @@ -478,7 +516,7 @@

      @@ -495,6 +533,277 @@

      + +
      +

      + createBuildDir() + + +

      + + +

      attempts to create the build dir

      + + + protected + createBuildDir(string $subPath) : void + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + + +
      +
      +

      + getBuildDir() + + +

      + + +

      returns the full (real) path to the given build path

      + + + protected + getBuildDir([string $subPath = '' ]) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string + = ''
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFileContent() + + +

      + + +

      returns the contents of the given build file

      + + + protected + getBuildFileContent(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildFilePath() + + +

      + + +

      returns the full (real) path to the given build file

      + + + protected + getBuildFilePath(string $fileSubPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $fileSubPath + : string +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + throws +
      +
      + RuntimeException + + +
      +
      + +
      +
      Return values
      + string +
      + +
      +
      +

      + getBuildPath() + + +

      + + +

      returns the full raw path to the build dir

      + + + protected + getBuildPath(string $subPath) : string + +
      +
      + +
      Parameters
      +
      +
      + $subPath + : string +
      +
      + +
      +
      + + + +
      +
      Return values
      + string +
      +
    • testInitCustomOutputInterfaceNotImplementsException()
    • testRenderToCacheFile()
    • testSaveException()
    • +
    • createBuildDir()
    • +
    • getBuildDir()
    • +
    • getBuildFileContent()
    • +
    • getBuildFilePath()
    • +
    • getBuildPath()
    • setUp()
    • diff --git a/files/tests-builddirtrait.html b/files/tests-builddirtrait.html new file mode 100644 index 000000000..63eeef443 --- /dev/null +++ b/files/tests-builddirtrait.html @@ -0,0 +1,338 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
      +

      Documentation

      + + + + + +
      + +
      +
      + + + + +
      +
      +
        +
      + +
      +

      BuildDirTrait.php

      + +

      BuildDirTrait.php

      + + + +
      + Tags + + +
      +
      +
      + created +
      +
      + +

      07.01.2024

      +
      + +
      +
      + author +
      +
      + +

      smiley smiley@chillerlan.net

      +
      + +
      +
      + copyright +
      +
      + +

      2024 smiley

      +
      + +
      +
      + license +
      +
      + +

      MIT

      +
      + +
      +
      + + + +

      + Table of Contents + + +

      + + + + + +

      + Traits + + +

      +
      +
      BuildDirTrait
      Trait BuildDirTrait
      + + + + + + + + + + + + +
      +
      +
      +
      +
      
      +        
      + +
      +
      + + + +
      +
      +
      + +
      + On this page + +
        +
      • Table Of Contents
      • +
      • + +
      • + + +
      +
      + +
      +
      +
      +
      +
      +

      Search results

      + +
      +
      +
        +
        +
        +
        +
        + + +
        + + + + + + + + diff --git a/indices/files.html b/indices/files.html index 04b66a09b..a16b32d12 100644 --- a/indices/files.html +++ b/indices/files.html @@ -128,6 +128,7 @@

        B

      • BitBuffer.php
      • BitBufferTest.php
      • BitMatrix.php
      • +
      • BuildDirTrait.php
      • Byte.php
      • ByteTest.php
      • diff --git a/js/searchIndex.js b/js/searchIndex.js index 353e077f7..08a5079a9 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -3510,6 +3510,36 @@ Search.appendIndex( "name": "readerIncreaseContrast", "summary": "Increase\u0020the\u0020contrast\u0020before\u0020reading", "url": "classes/chillerlan-QRCode-QROptionsTrait.html#property_readerIncreaseContrast" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\BuildDirTrait", + "name": "BuildDirTrait", + "summary": "Trait\u0020BuildDirTrait", + "url": "classes/chillerlan-QRCodeTest-BuildDirTrait.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\BuildDirTrait\u003A\u003AgetBuildPath\u0028\u0029", + "name": "getBuildPath", + "summary": "returns\u0020the\u0020full\u0020raw\u0020path\u0020to\u0020the\u0020build\u0020dir", + "url": "classes/chillerlan-QRCodeTest-BuildDirTrait.html#method_getBuildPath" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\BuildDirTrait\u003A\u003AcreateBuildDir\u0028\u0029", + "name": "createBuildDir", + "summary": "attempts\u0020to\u0020create\u0020the\u0020build\u0020dir", + "url": "classes/chillerlan-QRCodeTest-BuildDirTrait.html#method_createBuildDir" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\BuildDirTrait\u003A\u003AgetBuildDir\u0028\u0029", + "name": "getBuildDir", + "summary": "returns\u0020the\u0020full\u0020\u0028real\u0029\u0020path\u0020to\u0020the\u0020given\u0020build\u0020path", + "url": "classes/chillerlan-QRCodeTest-BuildDirTrait.html#method_getBuildDir" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\BuildDirTrait\u003A\u003AgetBuildFilePath\u0028\u0029", + "name": "getBuildFilePath", + "summary": "returns\u0020the\u0020full\u0020\u0028real\u0029\u0020path\u0020to\u0020the\u0020given\u0020build\u0020file", + "url": "classes/chillerlan-QRCodeTest-BuildDirTrait.html#method_getBuildFilePath" + }, { + "fqsen": "\\chillerlan\\QRCodeTest\\BuildDirTrait\u003A\u003AgetBuildFileContent\u0028\u0029", + "name": "getBuildFileContent", + "summary": "returns\u0020the\u0020contents\u0020of\u0020the\u0020given\u0020build\u0020file", + "url": "classes/chillerlan-QRCodeTest-BuildDirTrait.html#method_getBuildFileContent" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Common\\BitBufferTest", "name": "BitBufferTest", @@ -4810,6 +4840,11 @@ Search.appendIndex( "name": "chillerlan", "summary": "", "url": "namespaces/chillerlan.html" + }, { + "fqsen": "\\chillerlan\\QRCodeTest", + "name": "QRCodeTest", + "summary": "", + "url": "namespaces/chillerlan-qrcodetest.html" }, { "fqsen": "\\chillerlan\\QRCodeTest\\Common", "name": "Common", @@ -4835,10 +4870,5 @@ Search.appendIndex( "name": "Performance", "summary": "", "url": "namespaces/chillerlan-qrcodetest-performance.html" - }, { - "fqsen": "\\chillerlan\\QRCodeTest", - "name": "QRCodeTest", - "summary": "", - "url": "namespaces/chillerlan-qrcodetest.html" } ] ); diff --git a/namespaces/chillerlan-qrcodetest.html b/namespaces/chillerlan-qrcodetest.html index 0270e2148..4f1345125 100644 --- a/namespaces/chillerlan-qrcodetest.html +++ b/namespaces/chillerlan-qrcodetest.html @@ -155,7 +155,7 @@

        -
        QRMatrixDebugTrait
        Trait QRMatrixDebugTrait
        QRMaxLengthTrait
        Trait QRMaxLengthTrait
        +
        BuildDirTrait
        Trait BuildDirTrait
        QRMatrixDebugTrait
        Trait QRMatrixDebugTrait
        QRMaxLengthTrait
        Trait QRMaxLengthTrait
        diff --git a/packages/Application.html b/packages/Application.html index 43a3dfc5e..ad19b33d1 100644 --- a/packages/Application.html +++ b/packages/Application.html @@ -180,7 +180,7 @@

        -
        QROptionsTrait
        The QRCode plug-in settings & setter functionality
        QRMatrixDebugTrait
        Trait QRMatrixDebugTrait
        QRMaxLengthTrait
        Trait QRMaxLengthTrait
        +
        QROptionsTrait
        The QRCode plug-in settings & setter functionality
        BuildDirTrait
        Trait BuildDirTrait
        QRMatrixDebugTrait
        Trait QRMatrixDebugTrait
        QRMaxLengthTrait
        Trait QRMaxLengthTrait