summaryrefslogtreecommitdiffstats
path: root/tests/autoload.php
blob: b0dfbfdf81397fcb72b8165e4f3134a8fa916d69 (plain)
1
2
3
4
5
6
7
8
9
<?php

require_once(__DIR__.'/../src/PHPImageWorkshop/Exception/ImageWorkshopBaseException.php');
require_once(__DIR__.'/../src/PHPImageWorkshop/Exception/ImageWorkshopException.php');
require_once(__DIR__.'/../src/PHPImageWorkshop/Exif/ExifOrientations.php');
require_once(__DIR__.'/../src/PHPImageWorkshop/Core/Exception/ImageWorkshopLayerException.php');
require_once(__DIR__.'/../src/PHPImageWorkshop/Core/ImageWorkshopLib.php');
require_once(__DIR__.'/../src/PHPImageWorkshop/Core/ImageWorkshopLayer.php');
require_once(__DIR__.'/../src/PHPImageWorkshop/ImageWorkshop.php');