Pink-Crab / Perique-Framework

The Perqiue Plugin Framework for WordPress
5 stars 0 forks source link

Feature/gh1 allow registration middleware to be defined during factory chain #5

Closed gin0115 closed 3 years ago

gin0115 commented 3 years ago

Now allows the passing of Registration_Middleware to the App from the App_Factory instance. This was an initial oversight but documented in the docs.

Follows the same format as used in App it self, so no changes to docs needed.

Closes #1

codecov[bot] commented 3 years ago

Codecov Report

Merging #5 (c84975a) into develop (0e8fcad) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             develop        #5   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       140       141    +1     
===========================================
  Files             11        11           
  Lines            362       365    +3     
===========================================
+ Hits             362       365    +3     
Impacted Files Coverage Δ Complexity Δ
src/Application/App_Factory.php 100.00% <100.00%> (ø) 11.00 <1.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0e8fcad...c84975a. Read the comment docs.