X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FWallabag%2FUserBundle%2FMailer%2FCountableMemorySpool.php;fp=tests%2FWallabag%2FUserBundle%2FMailer%2FCountableMemorySpool.php;h=53f240a1d5d5782b4edf5a7a6496b46b077cae3a;hb=1e0d8ad7b728f6fb2cd886526b0fb84ef803e84f;hp=0000000000000000000000000000000000000000;hpb=8445ad4790ff4f3f9759f9bfa0d503ad5654e30e;p=github%2Fwallabag%2Fwallabag.git diff --git a/tests/Wallabag/UserBundle/Mailer/CountableMemorySpool.php b/tests/Wallabag/UserBundle/Mailer/CountableMemorySpool.php new file mode 100644 index 00000000..53f240a1 --- /dev/null +++ b/tests/Wallabag/UserBundle/Mailer/CountableMemorySpool.php @@ -0,0 +1,19 @@ +messages); + } + + public function getMessages() + { + return $this->messages; + } +}