Преглед на файлове

chore: remove bootstrap(-page/-dark) etc. tests

rugk преди 1 месец
родител
ревизия
08fea41f6c
променени са 1 файла, в които са добавени 0 реда и са изтрити 19 реда
  1. 0 19
      tst/ViewTest.php

+ 0 - 19
tst/ViewTest.php

@@ -76,25 +76,6 @@ class ViewTest extends TestCase
                 ob_end_clean();
                 ob_end_clean();
             }
             }
         }
         }
-        // check bootstrap variants
-        $template = 'bootstrap-page';
-        ob_start();
-        $page->draw($template);
-        $this->_content[$template] = ob_get_contents();
-        ob_end_clean();
-        foreach (array('-dark', '-compact') as $suffix) {
-            $template = 'bootstrap' . $suffix;
-            ob_start();
-            $page->draw($template);
-            $this->_content[$template] = ob_get_contents();
-            ob_end_clean();
-
-            $template .= '-page';
-            ob_start();
-            $page->draw($template);
-            $this->_content[$template] = ob_get_contents();
-            ob_end_clean();
-        }
     }
     }
 
 
     public function testTemplateRendersCorrectly()
     public function testTemplateRendersCorrectly()