]> git.agnieray.net Git - galette.git/blobdiff - tests/Galette/Controllers/tests/units/PdfController.php
Improve coding standards
[galette.git] / tests / Galette / Controllers / tests / units / PdfController.php
index 018b210b14edddd7ec5cc123927cc6706b01ba9f..dbcb89d3c7fa39a108f6633408d853c789a3a9a4 100644 (file)
@@ -88,7 +88,7 @@ class PdfController extends GaletteTestCase
      *
      * @return void
      */
-    public function testStoreModels()
+    public function testStoreModels(): void
     {
         $model = new \Galette\Entity\PdfInvoice($this->zdb, $this->preferences);
         $this->assertSame('_T("Invoice") {CONTRIBUTION_YEAR}-{CONTRIBUTION_ID}', $model->title);
@@ -136,7 +136,7 @@ class PdfController extends GaletteTestCase
      *
      * @return void
      */
-    public function testMembersCards()
+    public function testMembersCards(): void
     {
         $this->getMemberOne();
 
@@ -201,7 +201,7 @@ class PdfController extends GaletteTestCase
      *
      * @return void
      */
-    public function testFilteredMembersCards()
+    public function testFilteredMembersCards(): void
     {
         $this->getMemberOne();
 
@@ -243,7 +243,7 @@ class PdfController extends GaletteTestCase
      *
      * @return void
      */
-    public function testMembersLabels()
+    public function testMembersLabels(): void
     {
         unset($this->session->filter_members);
         $this->getMemberOne();
@@ -315,7 +315,7 @@ class PdfController extends GaletteTestCase
      *
      * @return void
      */
-    public function testFilteredMembersLabels()
+    public function testFilteredMembersLabels(): void
     {
         unset($this->session->filter_members);
         $this->getMemberOne();
@@ -357,7 +357,7 @@ class PdfController extends GaletteTestCase
      *
      * @return void
      */
-    public function testadhesionForm()
+    public function testadhesionForm(): void
     {
         unset($this->session->filter_members);
         $this->getMemberOne();
@@ -409,7 +409,7 @@ class PdfController extends GaletteTestCase
      *
      * @return void
      */
-    public function testAttendanceSheet()
+    public function testAttendanceSheet(): void
     {
         $this->getMemberOne();
 
@@ -466,7 +466,7 @@ class PdfController extends GaletteTestCase
      *
      * @return void
      */
-    public function testContribution()
+    public function testContribution(): void
     {
         $this->getMemberOne();
         $this->createContribution();