PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP CSS to Inline Styles   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP CSS to Inline Styles
Convert CSS styles into HTML attribute values
Author: By
Last change: [+]: use "phpcs" v2
[+]: use "phpcs" + "phpstan" + fix unicode-regex support
Date: 4 years ago
Size: 150 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

\
error_reporting(\E_ALL);
\
ini_set('display_errors', '1');

require_once \
dirname(__DIR__) . '/vendor/autoload.php';