diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml old mode 100644 new mode 100755 diff --git a/.github/dependabot.yml b/.github/dependabot.yml old mode 100644 new mode 100755 diff --git a/.github/dev_bug_report.md b/.github/dev_bug_report.md old mode 100644 new mode 100755 diff --git a/.github/dev_feature_request.md b/.github/dev_feature_request.md old mode 100644 new mode 100755 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Account/Account.php b/Account/Account.php old mode 100644 new mode 100755 diff --git a/Account/Group.php b/Account/Group.php old mode 100644 new mode 100755 diff --git a/Account/PermissionHandlingTrait.php b/Account/PermissionHandlingTrait.php old mode 100644 new mode 100755 diff --git a/Ai/NeuralNetwork/Neuron.php b/Ai/NeuralNetwork/Neuron.php old mode 100644 new mode 100755 diff --git a/Ai/Ocr/BasicOcr.php b/Ai/Ocr/BasicOcr.php old mode 100644 new mode 100755 diff --git a/Ai/Ocr/Tesseract/TesseractOcr.php b/Ai/Ocr/Tesseract/TesseractOcr.php old mode 100644 new mode 100755 diff --git a/Algorithm/Clustering/Kmeans.php b/Algorithm/Clustering/Kmeans.php old mode 100644 new mode 100755 diff --git a/Algorithm/Clustering/PointInterface.php b/Algorithm/Clustering/PointInterface.php old mode 100644 new mode 100755 diff --git a/Algorithm/CoinMatching/MinimumCoinProblem.php b/Algorithm/CoinMatching/MinimumCoinProblem.php old mode 100644 new mode 100755 diff --git a/Algorithm/JobScheduling/Weighted.php b/Algorithm/JobScheduling/Weighted.php old mode 100644 new mode 100755 diff --git a/Algorithm/Knapsack/Bounded.php b/Algorithm/Knapsack/Bounded.php old mode 100644 new mode 100755 diff --git a/Algorithm/Knapsack/Continuous.php b/Algorithm/Knapsack/Continuous.php old mode 100644 new mode 100755 diff --git a/Algorithm/Maze/MazeGenerator.php b/Algorithm/Maze/MazeGenerator.php old mode 100644 new mode 100755 diff --git a/Algorithm/PathFinding/AStar.php b/Algorithm/PathFinding/AStar.php old mode 100644 new mode 100755 diff --git a/Algorithm/PathFinding/JumpPointSearch.php b/Algorithm/PathFinding/JumpPointSearch.php old mode 100644 new mode 100755 diff --git a/Algorithm/PathFinding/Path.php b/Algorithm/PathFinding/Path.php old mode 100644 new mode 100755 diff --git a/Algorithm/Sort/BitonicSort.php b/Algorithm/Sort/BitonicSort.php old mode 100644 new mode 100755 diff --git a/Algorithm/Sort/BucketSort.php b/Algorithm/Sort/BucketSort.php old mode 100644 new mode 100755 diff --git a/Algorithm/Sort/CombSort.php b/Algorithm/Sort/CombSort.php old mode 100644 new mode 100755 diff --git a/Algorithm/Sort/IntroSort.php b/Algorithm/Sort/IntroSort.php old mode 100644 new mode 100755 diff --git a/Algorithm/Sort/QuickSort.php b/Algorithm/Sort/QuickSort.php old mode 100644 new mode 100755 diff --git a/Algorithm/Sort/TimSort.php b/Algorithm/Sort/TimSort.php old mode 100644 new mode 100755 diff --git a/Application/ApplicationAbstract.php b/Application/ApplicationAbstract.php old mode 100644 new mode 100755 diff --git a/Application/ApplicationInfo.php b/Application/ApplicationInfo.php old mode 100644 new mode 100755 diff --git a/Application/ApplicationManager.php b/Application/ApplicationManager.php old mode 100644 new mode 100755 diff --git a/Application/ApplicationStatus.php b/Application/ApplicationStatus.php old mode 100644 new mode 100755 diff --git a/Application/InstallerAbstract.php b/Application/InstallerAbstract.php old mode 100644 new mode 100755 diff --git a/Application/StatusAbstract.php b/Application/StatusAbstract.php old mode 100644 new mode 100755 diff --git a/Application/UninstallerAbstract.php b/Application/UninstallerAbstract.php old mode 100644 new mode 100755 diff --git a/Autoloader.php b/Autoloader.php old mode 100644 new mode 100755 diff --git a/Business/Finance/Depreciation.php b/Business/Finance/Depreciation.php old mode 100644 new mode 100755 diff --git a/Business/Finance/FinanceFormulas.php b/Business/Finance/FinanceFormulas.php old mode 100644 new mode 100755 diff --git a/Business/Finance/Loan.php b/Business/Finance/Loan.php old mode 100644 new mode 100755 diff --git a/Business/Finance/Lorenzkurve.php b/Business/Finance/Lorenzkurve.php old mode 100644 new mode 100755 diff --git a/Business/Finance/StockBonds.php b/Business/Finance/StockBonds.php old mode 100644 new mode 100755 diff --git a/Business/Marketing/ArticleCorrelationAffinity.php b/Business/Marketing/ArticleCorrelationAffinity.php old mode 100644 new mode 100755 diff --git a/Business/Marketing/CustomerValue.php b/Business/Marketing/CustomerValue.php old mode 100644 new mode 100755 diff --git a/Business/Marketing/Metrics.php b/Business/Marketing/Metrics.php old mode 100644 new mode 100755 diff --git a/Business/Programming/Metrics.php b/Business/Programming/Metrics.php old mode 100644 new mode 100755 diff --git a/Business/Sales/MarketShareEstimation.php b/Business/Sales/MarketShareEstimation.php old mode 100644 new mode 100755 diff --git a/Contract/SerializableInterface.php b/Contract/SerializableInterface.php old mode 100644 new mode 100755 diff --git a/DataStorage/Cache/CachePool.php b/DataStorage/Cache/CachePool.php old mode 100644 new mode 100755 diff --git a/DataStorage/Cache/Connection/FileCache.php b/DataStorage/Cache/Connection/FileCache.php old mode 100644 new mode 100755 diff --git a/DataStorage/Cache/Connection/MemCached.php b/DataStorage/Cache/Connection/MemCached.php old mode 100644 new mode 100755 diff --git a/DataStorage/Cache/Connection/RedisCache.php b/DataStorage/Cache/Connection/RedisCache.php old mode 100644 new mode 100755 diff --git a/DataStorage/Cookie/CookieJar.php b/DataStorage/Cookie/CookieJar.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/DatabasePool.php b/DataStorage/Database/DatabasePool.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/GrammarAbstract.php b/DataStorage/Database/GrammarAbstract.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Mapper/DataMapperAbstract.php b/DataStorage/Database/Mapper/DataMapperAbstract.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Mapper/DataMapperFactory.php b/DataStorage/Database/Mapper/DataMapperFactory.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Mapper/DeleteMapper.php b/DataStorage/Database/Mapper/DeleteMapper.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Mapper/MapperType.php b/DataStorage/Database/Mapper/MapperType.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Mapper/ReadMapper.php b/DataStorage/Database/Mapper/ReadMapper.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Mapper/UpdateMapper.php b/DataStorage/Database/Mapper/UpdateMapper.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Mapper/WriteMapper.php b/DataStorage/Database/Mapper/WriteMapper.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Query/Builder.php b/DataStorage/Database/Query/Builder.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Query/Grammar/Grammar.php b/DataStorage/Database/Query/Grammar/Grammar.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Query/OrderType.php b/DataStorage/Database/Query/OrderType.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php old mode 100644 new mode 100755 diff --git a/DataStorage/Database/SchemaMapper.php b/DataStorage/Database/SchemaMapper.php old mode 100644 new mode 100755 diff --git a/DataStorage/Session/FileSession.php b/DataStorage/Session/FileSession.php old mode 100644 new mode 100755 diff --git a/DataStorage/Session/FileSessionHandler.php b/DataStorage/Session/FileSessionHandler.php old mode 100644 new mode 100755 diff --git a/DataStorage/Session/HttpSession.php b/DataStorage/Session/HttpSession.php old mode 100644 new mode 100755 diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php old mode 100644 new mode 100755 diff --git a/Event/EventManager.php b/Event/EventManager.php old mode 100644 new mode 100755 diff --git a/ICAL.txt b/ICAL.txt old mode 100644 new mode 100755 diff --git a/Image/Kernel.php b/Image/Kernel.php old mode 100644 new mode 100755 diff --git a/Image/Skew.php b/Image/Skew.php old mode 100644 new mode 100755 diff --git a/Image/Thresholding.php b/Image/Thresholding.php old mode 100644 new mode 100755 diff --git a/Localization/Defaults/localization.sqlite b/Localization/Defaults/localization.sqlite old mode 100644 new mode 100755 diff --git a/Localization/L11nManager.php b/Localization/L11nManager.php old mode 100644 new mode 100755 diff --git a/Localization/Localization.php b/Localization/Localization.php old mode 100644 new mode 100755 diff --git a/Log/FileLogger.php b/Log/FileLogger.php old mode 100644 new mode 100755 diff --git a/Math/Functions/Beta.php b/Math/Functions/Beta.php old mode 100644 new mode 100755 diff --git a/Math/Functions/Fibonacci.php b/Math/Functions/Fibonacci.php old mode 100644 new mode 100755 diff --git a/Math/Functions/Functions.php b/Math/Functions/Functions.php old mode 100644 new mode 100755 diff --git a/Math/Functions/Gamma.php b/Math/Functions/Gamma.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/ConvexHull/MonotoneChain.php b/Math/Geometry/ConvexHull/MonotoneChain.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/Shape/D2/Circle.php b/Math/Geometry/Shape/D2/Circle.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/Shape/D2/Ellipse.php b/Math/Geometry/Shape/D2/Ellipse.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/Shape/D2/Polygon.php b/Math/Geometry/Shape/D2/Polygon.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/Shape/D2/Quadrilateral.php b/Math/Geometry/Shape/D2/Quadrilateral.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/Shape/D2/Triangle.php b/Math/Geometry/Shape/D2/Triangle.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/Shape/D3/Cone.php b/Math/Geometry/Shape/D3/Cone.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/Shape/D3/RectangularPyramid.php b/Math/Geometry/Shape/D3/RectangularPyramid.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/Shape/D3/Sphere.php b/Math/Geometry/Shape/D3/Sphere.php old mode 100644 new mode 100755 diff --git a/Math/Geometry/Shape/D3/Tetrahedron.php b/Math/Geometry/Shape/D3/Tetrahedron.php old mode 100644 new mode 100755 diff --git a/Math/Matrix/CholeskyDecomposition.php b/Math/Matrix/CholeskyDecomposition.php old mode 100644 new mode 100755 diff --git a/Math/Matrix/EigenvalueDecomposition.php b/Math/Matrix/EigenvalueDecomposition.php old mode 100644 new mode 100755 diff --git a/Math/Matrix/LUDecomposition.php b/Math/Matrix/LUDecomposition.php old mode 100644 new mode 100755 diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php old mode 100644 new mode 100755 diff --git a/Math/Number/Complex.php b/Math/Number/Complex.php old mode 100644 new mode 100755 diff --git a/Math/Number/Integer.php b/Math/Number/Integer.php old mode 100644 new mode 100755 diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php old mode 100644 new mode 100755 diff --git a/Math/Number/Prime.php b/Math/Number/Prime.php old mode 100644 new mode 100755 diff --git a/Math/Numerics/Interpolation/CubicSplineInterpolation.php b/Math/Numerics/Interpolation/CubicSplineInterpolation.php old mode 100644 new mode 100755 diff --git a/Math/Numerics/Interpolation/LinearInterpolation.php b/Math/Numerics/Interpolation/LinearInterpolation.php old mode 100644 new mode 100755 diff --git a/Math/Parser/Evaluator.php b/Math/Parser/Evaluator.php old mode 100644 new mode 100755 diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php old mode 100644 new mode 100755 diff --git a/Math/Statistic/Basic.php b/Math/Statistic/Basic.php old mode 100644 new mode 100755 diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php old mode 100644 new mode 100755 diff --git a/Math/Statistic/Forecast/Regression/LevelLogRegression.php b/Math/Statistic/Forecast/Regression/LevelLogRegression.php old mode 100644 new mode 100755 diff --git a/Math/Statistic/Forecast/Regression/LogLevelRegression.php b/Math/Statistic/Forecast/Regression/LogLevelRegression.php old mode 100644 new mode 100755 diff --git a/Math/Statistic/Forecast/Regression/LogLogRegression.php b/Math/Statistic/Forecast/Regression/LogLogRegression.php old mode 100644 new mode 100755 diff --git a/Math/Statistic/Forecast/Regression/PolynomialRegression.php b/Math/Statistic/Forecast/Regression/PolynomialRegression.php old mode 100644 new mode 100755 diff --git a/Math/Statistic/Forecast/Regression/RegressionAbstract.php b/Math/Statistic/Forecast/Regression/RegressionAbstract.php old mode 100644 new mode 100755 diff --git a/Math/Statistic/MeasureOfDispersion.php b/Math/Statistic/MeasureOfDispersion.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/BernoulliDistribution.php b/Math/Stochastic/Distribution/BernoulliDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/BetaDistribution.php b/Math/Stochastic/Distribution/BetaDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/BinomialDistribution.php b/Math/Stochastic/Distribution/BinomialDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/CauchyDistribution.php b/Math/Stochastic/Distribution/CauchyDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/ChiSquaredDistribution.php b/Math/Stochastic/Distribution/ChiSquaredDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/ExponentialDistribution.php b/Math/Stochastic/Distribution/ExponentialDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/FDistribution.php b/Math/Stochastic/Distribution/FDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/GammaDistribution.php b/Math/Stochastic/Distribution/GammaDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/GeometricDistribution.php b/Math/Stochastic/Distribution/GeometricDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/HypergeometricDistribution.php b/Math/Stochastic/Distribution/HypergeometricDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/LaplaceDistribution.php b/Math/Stochastic/Distribution/LaplaceDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/LogDistribution.php b/Math/Stochastic/Distribution/LogDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/LogNormalDistribution.php b/Math/Stochastic/Distribution/LogNormalDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/LogisticDistribution.php b/Math/Stochastic/Distribution/LogisticDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/NormalDistribution.php b/Math/Stochastic/Distribution/NormalDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/ParetoDistribution.php b/Math/Stochastic/Distribution/ParetoDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/PoissonDistribution.php b/Math/Stochastic/Distribution/PoissonDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/TDistribution.php b/Math/Stochastic/Distribution/TDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/UniformDistributionContinuous.php b/Math/Stochastic/Distribution/UniformDistributionContinuous.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/WeibullDistribution.php b/Math/Stochastic/Distribution/WeibullDistribution.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/Distribution/ZTesting.php b/Math/Stochastic/Distribution/ZTesting.php old mode 100644 new mode 100755 diff --git a/Math/Stochastic/NaiveBayesClassifier.php b/Math/Stochastic/NaiveBayesClassifier.php old mode 100644 new mode 100755 diff --git a/Math/Topology/Metrics2D.php b/Math/Topology/Metrics2D.php old mode 100644 new mode 100755 diff --git a/Math/Topology/MetricsND.php b/Math/Topology/MetricsND.php old mode 100644 new mode 100755 diff --git a/Message/Console/ConsoleHeader.php b/Message/Console/ConsoleHeader.php old mode 100644 new mode 100755 diff --git a/Message/Console/ConsoleRequest.php b/Message/Console/ConsoleRequest.php old mode 100644 new mode 100755 diff --git a/Message/Console/ConsoleResponse.php b/Message/Console/ConsoleResponse.php old mode 100644 new mode 100755 diff --git a/Message/Http/HttpHeader.php b/Message/Http/HttpHeader.php old mode 100644 new mode 100755 diff --git a/Message/Http/HttpRequest.php b/Message/Http/HttpRequest.php old mode 100644 new mode 100755 diff --git a/Message/Http/HttpResponse.php b/Message/Http/HttpResponse.php old mode 100644 new mode 100755 diff --git a/Message/Http/Rest.php b/Message/Http/Rest.php old mode 100644 new mode 100755 diff --git a/Message/Mail/Email.php b/Message/Mail/Email.php old mode 100644 new mode 100755 diff --git a/Message/Mail/Imap.php b/Message/Mail/Imap.php old mode 100644 new mode 100755 diff --git a/Message/Mail/MailHandler.php b/Message/Mail/MailHandler.php old mode 100644 new mode 100755 diff --git a/Message/Mail/Pop3.php b/Message/Mail/Pop3.php old mode 100644 new mode 100755 diff --git a/Message/Mail/Smtp.php b/Message/Mail/Smtp.php old mode 100644 new mode 100755 diff --git a/Message/RequestAbstract.php b/Message/RequestAbstract.php old mode 100644 new mode 100755 diff --git a/Message/Socket/SocketHeader.php b/Message/Socket/SocketHeader.php old mode 100644 new mode 100755 diff --git a/Message/Socket/SocketResponse.php b/Message/Socket/SocketResponse.php old mode 100644 new mode 100755 diff --git a/Model/Html/Meta.php b/Model/Html/Meta.php old mode 100644 new mode 100755 diff --git a/Model/Message/Dom.php b/Model/Message/Dom.php old mode 100644 new mode 100755 diff --git a/Model/Message/FormValidation.php b/Model/Message/FormValidation.php old mode 100644 new mode 100755 diff --git a/Model/Message/Notify.php b/Model/Message/Notify.php old mode 100644 new mode 100755 diff --git a/Model/Message/Redirect.php b/Model/Message/Redirect.php old mode 100644 new mode 100755 diff --git a/Model/Message/Reload.php b/Model/Message/Reload.php old mode 100644 new mode 100755 diff --git a/Module/InstallerAbstract.php b/Module/InstallerAbstract.php old mode 100644 new mode 100755 diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php old mode 100644 new mode 100755 diff --git a/Module/ModuleInfo.php b/Module/ModuleInfo.php old mode 100644 new mode 100755 diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php old mode 100644 new mode 100755 diff --git a/Module/PackageManager.php b/Module/PackageManager.php old mode 100644 new mode 100755 diff --git a/Module/StatusAbstract.php b/Module/StatusAbstract.php old mode 100644 new mode 100755 diff --git a/Module/UninstallerAbstract.php b/Module/UninstallerAbstract.php old mode 100644 new mode 100755 diff --git a/Preloader.php b/Preloader.php old mode 100644 new mode 100755 diff --git a/Router/SocketRouter.php b/Router/SocketRouter.php old mode 100644 new mode 100755 diff --git a/Router/WebRouter.php b/Router/WebRouter.php old mode 100644 new mode 100755 diff --git a/Security/PhpCode.php b/Security/PhpCode.php old mode 100644 new mode 100755 diff --git a/Socket/Client/Client.php b/Socket/Client/Client.php old mode 100644 new mode 100755 diff --git a/Socket/Server/Server.php b/Socket/Server/Server.php old mode 100644 new mode 100755 diff --git a/Socket/SocketAbstract.php b/Socket/SocketAbstract.php old mode 100644 new mode 100755 diff --git a/Stdlib/Base/Enum.php b/Stdlib/Base/Enum.php old mode 100644 new mode 100755 diff --git a/Stdlib/Base/EnumArray.php b/Stdlib/Base/EnumArray.php old mode 100644 new mode 100755 diff --git a/Stdlib/Base/FloatInt.php b/Stdlib/Base/FloatInt.php old mode 100644 new mode 100755 diff --git a/Stdlib/Base/Heap.php b/Stdlib/Base/Heap.php old mode 100644 new mode 100755 diff --git a/Stdlib/Base/HeapItemInterface.php b/Stdlib/Base/HeapItemInterface.php old mode 100644 new mode 100755 diff --git a/Stdlib/Base/Iban.php b/Stdlib/Base/Iban.php old mode 100644 new mode 100755 diff --git a/Stdlib/Base/Location.php b/Stdlib/Base/Location.php old mode 100644 new mode 100755 diff --git a/Stdlib/Base/SmartDateTime.php b/Stdlib/Base/SmartDateTime.php old mode 100644 new mode 100755 diff --git a/Stdlib/Graph/Graph.php b/Stdlib/Graph/Graph.php old mode 100644 new mode 100755 diff --git a/Stdlib/Map/MultiMap.php b/Stdlib/Map/MultiMap.php old mode 100644 new mode 100755 diff --git a/Stdlib/Queue/PriorityQueue.php b/Stdlib/Queue/PriorityQueue.php old mode 100644 new mode 100755 diff --git a/System/File/FileUtils.php b/System/File/FileUtils.php old mode 100644 new mode 100755 diff --git a/System/File/Ftp/Directory.php b/System/File/Ftp/Directory.php old mode 100644 new mode 100755 diff --git a/System/File/Ftp/File.php b/System/File/Ftp/File.php old mode 100644 new mode 100755 diff --git a/System/File/Ftp/FileAbstract.php b/System/File/Ftp/FileAbstract.php old mode 100644 new mode 100755 diff --git a/System/File/Ftp/FtpStorage.php b/System/File/Ftp/FtpStorage.php old mode 100644 new mode 100755 diff --git a/System/File/Local/Directory.php b/System/File/Local/Directory.php old mode 100644 new mode 100755 diff --git a/System/File/Local/File.php b/System/File/Local/File.php old mode 100644 new mode 100755 diff --git a/System/File/Local/FileAbstract.php b/System/File/Local/FileAbstract.php old mode 100644 new mode 100755 diff --git a/System/File/Local/LocalStorage.php b/System/File/Local/LocalStorage.php old mode 100644 new mode 100755 diff --git a/System/File/Storage.php b/System/File/Storage.php old mode 100644 new mode 100755 diff --git a/System/MimeType.php b/System/MimeType.php old mode 100644 new mode 100755 diff --git a/System/OperatingSystem.php b/System/OperatingSystem.php old mode 100644 new mode 100755 diff --git a/System/Search/StringSearch.php b/System/Search/StringSearch.php old mode 100644 new mode 100755 diff --git a/System/SystemUtils.php b/System/SystemUtils.php old mode 100644 new mode 100755 diff --git a/UnhandledHandler.php b/UnhandledHandler.php old mode 100644 new mode 100755 diff --git a/Uri/Argument.php b/Uri/Argument.php old mode 100644 new mode 100755 diff --git a/Uri/HttpUri.php b/Uri/HttpUri.php old mode 100644 new mode 100755 diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php old mode 100644 new mode 100755 diff --git a/Uri/UriInterface.php b/Uri/UriInterface.php old mode 100644 new mode 100755 diff --git a/Utils/ArrayUtils.php b/Utils/ArrayUtils.php old mode 100644 new mode 100755 diff --git a/Utils/Barcode/C128Abstract.php b/Utils/Barcode/C128Abstract.php old mode 100644 new mode 100755 diff --git a/Utils/Barcode/C128a.php b/Utils/Barcode/C128a.php old mode 100644 new mode 100755 diff --git a/Utils/Barcode/C128c.php b/Utils/Barcode/C128c.php old mode 100644 new mode 100755 diff --git a/Utils/Barcode/C25.php b/Utils/Barcode/C25.php old mode 100644 new mode 100755 diff --git a/Utils/Barcode/C39.php b/Utils/Barcode/C39.php old mode 100644 new mode 100755 diff --git a/Utils/Barcode/Codebar.php b/Utils/Barcode/Codebar.php old mode 100644 new mode 100755 diff --git a/Utils/Compression/LZW.php b/Utils/Compression/LZW.php old mode 100644 new mode 100755 diff --git a/Utils/Converter/Currency.php b/Utils/Converter/Currency.php old mode 100644 new mode 100755 diff --git a/Utils/Converter/File.php b/Utils/Converter/File.php old mode 100644 new mode 100755 diff --git a/Utils/Converter/Ip.php b/Utils/Converter/Ip.php old mode 100644 new mode 100755 diff --git a/Utils/Converter/Numeric.php b/Utils/Converter/Numeric.php old mode 100644 new mode 100755 diff --git a/Utils/Encoding/Huffman/Dictionary.php b/Utils/Encoding/Huffman/Dictionary.php old mode 100644 new mode 100755 diff --git a/Utils/Encoding/Huffman/Huffman.php b/Utils/Encoding/Huffman/Huffman.php old mode 100644 new mode 100755 diff --git a/Utils/Git/Git.php b/Utils/Git/Git.php old mode 100644 new mode 100755 diff --git a/Utils/Git/Repository.php b/Utils/Git/Repository.php old mode 100644 new mode 100755 diff --git a/Utils/IO/Csv/CsvSettings.php b/Utils/IO/Csv/CsvSettings.php old mode 100644 new mode 100755 diff --git a/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php b/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapper.php old mode 100644 new mode 100755 diff --git a/Utils/IO/Zip/Gz.php b/Utils/IO/Zip/Gz.php old mode 100644 new mode 100755 diff --git a/Utils/IO/Zip/Tar.php b/Utils/IO/Zip/Tar.php old mode 100644 new mode 100755 diff --git a/Utils/IO/Zip/TarGz.php b/Utils/IO/Zip/TarGz.php old mode 100644 new mode 100755 diff --git a/Utils/IO/Zip/Zip.php b/Utils/IO/Zip/Zip.php old mode 100644 new mode 100755 diff --git a/Utils/ImageUtils.php b/Utils/ImageUtils.php old mode 100644 new mode 100755 diff --git a/Utils/MbStringUtils.php b/Utils/MbStringUtils.php old mode 100644 new mode 100755 diff --git a/Utils/Parser/Markdown/Markdown.php b/Utils/Parser/Markdown/Markdown.php old mode 100644 new mode 100755 diff --git a/Utils/Parser/Pdf/PdfParser.php b/Utils/Parser/Pdf/PdfParser.php old mode 100644 new mode 100755 diff --git a/Utils/Parser/Php/ArrayParser.php b/Utils/Parser/Php/ArrayParser.php old mode 100644 new mode 100755 diff --git a/Utils/Permutation.php b/Utils/Permutation.php old mode 100644 new mode 100755 diff --git a/Utils/RnG/ArrayRandomize.php b/Utils/RnG/ArrayRandomize.php old mode 100644 new mode 100755 diff --git a/Utils/RnG/DateTime.php b/Utils/RnG/DateTime.php old mode 100644 new mode 100755 diff --git a/Utils/RnG/Email.php b/Utils/RnG/Email.php old mode 100644 new mode 100755 diff --git a/Utils/RnG/File.php b/Utils/RnG/File.php old mode 100644 new mode 100755 diff --git a/Utils/RnG/Name.php b/Utils/RnG/Name.php old mode 100644 new mode 100755 diff --git a/Utils/RnG/Phone.php b/Utils/RnG/Phone.php old mode 100644 new mode 100755 diff --git a/Utils/RnG/StringUtils.php b/Utils/RnG/StringUtils.php old mode 100644 new mode 100755 diff --git a/Utils/RnG/Text.php b/Utils/RnG/Text.php old mode 100644 new mode 100755 diff --git a/Utils/StringCompare.php b/Utils/StringCompare.php old mode 100644 new mode 100755 diff --git a/Utils/StringUtils.php b/Utils/StringUtils.php old mode 100644 new mode 100755 diff --git a/Utils/TaskSchedule/Cron.php b/Utils/TaskSchedule/Cron.php old mode 100644 new mode 100755 diff --git a/Utils/TaskSchedule/CronJob.php b/Utils/TaskSchedule/CronJob.php old mode 100644 new mode 100755 diff --git a/Utils/TaskSchedule/Interval.php b/Utils/TaskSchedule/Interval.php old mode 100644 new mode 100755 diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php old mode 100644 new mode 100755 diff --git a/Utils/TaskSchedule/TaskScheduler.php b/Utils/TaskSchedule/TaskScheduler.php old mode 100644 new mode 100755 diff --git a/Utils/TaskSchedule/TaskStatus.php b/Utils/TaskSchedule/TaskStatus.php old mode 100644 new mode 100755 diff --git a/Validation/Base/DateTime.php b/Validation/Base/DateTime.php old mode 100644 new mode 100755 diff --git a/Validation/Base/Json.php b/Validation/Base/Json.php old mode 100644 new mode 100755 diff --git a/Validation/Finance/BIC.php b/Validation/Finance/BIC.php old mode 100644 new mode 100755 diff --git a/Validation/Finance/CreditCard.php b/Validation/Finance/CreditCard.php old mode 100644 new mode 100755 diff --git a/Validation/Finance/Iban.php b/Validation/Finance/Iban.php old mode 100644 new mode 100755 diff --git a/Validation/Network/Email.php b/Validation/Network/Email.php old mode 100644 new mode 100755 diff --git a/Validation/Network/Hostname.php b/Validation/Network/Hostname.php old mode 100644 new mode 100755 diff --git a/Validation/Network/Ip.php b/Validation/Network/Ip.php old mode 100644 new mode 100755 diff --git a/Validation/Validator.php b/Validation/Validator.php old mode 100644 new mode 100755 diff --git a/Version/Version.php b/Version/Version.php old mode 100644 new mode 100755 diff --git a/Views/NullView.php b/Views/NullView.php old mode 100644 new mode 100755 diff --git a/Views/View.php b/Views/View.php old mode 100644 new mode 100755 diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php old mode 100644 new mode 100755 diff --git a/tests/Account/AccountManagerTest.php b/tests/Account/AccountManagerTest.php old mode 100644 new mode 100755 diff --git a/tests/Account/AccountStatusTest.php b/tests/Account/AccountStatusTest.php old mode 100644 new mode 100755 diff --git a/tests/Account/AccountTest.php b/tests/Account/AccountTest.php old mode 100644 new mode 100755 diff --git a/tests/Account/AccountTypeTest.php b/tests/Account/AccountTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Account/GroupStatusTest.php b/tests/Account/GroupStatusTest.php old mode 100644 new mode 100755 diff --git a/tests/Account/GroupTest.php b/tests/Account/GroupTest.php old mode 100644 new mode 100755 diff --git a/tests/Account/NullAccountTest.php b/tests/Account/NullAccountTest.php old mode 100644 new mode 100755 diff --git a/tests/Account/NullGroupTest.php b/tests/Account/NullGroupTest.php old mode 100644 new mode 100755 diff --git a/tests/Account/PermissionAbstractTest.php b/tests/Account/PermissionAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Account/PermissionTypeTest.php b/tests/Account/PermissionTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/BasicOcrTest.php b/tests/Ai/Ocr/BasicOcrTest.php old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php b/tests/Ai/Ocr/Tesseract/TesseractOcrTest.php old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/Tesseract/actual.txt b/tests/Ai/Ocr/Tesseract/actual.txt old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/Tesseract/basic.txt b/tests/Ai/Ocr/Tesseract/basic.txt old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/Tesseract/img1.png b/tests/Ai/Ocr/Tesseract/img1.png old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/Tesseract/sharpening_thresholding_rotating.png b/tests/Ai/Ocr/Tesseract/sharpening_thresholding_rotating.png old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/Tesseract/sharpening_thresholding_rotating.txt b/tests/Ai/Ocr/Tesseract/sharpening_thresholding_rotating.txt old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/Tesseract/thresholding.png b/tests/Ai/Ocr/Tesseract/thresholding.png old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/Tesseract/thresholding.txt b/tests/Ai/Ocr/Tesseract/thresholding.txt old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/Tesseract/thresholding_rotating.png b/tests/Ai/Ocr/Tesseract/thresholding_rotating.png old mode 100644 new mode 100755 diff --git a/tests/Ai/Ocr/Tesseract/thresholding_rotating.txt b/tests/Ai/Ocr/Tesseract/thresholding_rotating.txt old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Clustering/KmeansTest.php b/tests/Algorithm/Clustering/KmeansTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Clustering/PointTest.php b/tests/Algorithm/Clustering/PointTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php b/tests/Algorithm/CoinMatching/MinimumCoinProblemTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/JobScheduling/JobTest.php b/tests/Algorithm/JobScheduling/JobTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/JobScheduling/WeightedTest.php b/tests/Algorithm/JobScheduling/WeightedTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Knapsack/BackpackTest.php b/tests/Algorithm/Knapsack/BackpackTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Knapsack/BoundedTest.php b/tests/Algorithm/Knapsack/BoundedTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Knapsack/ContinuousTest.php b/tests/Algorithm/Knapsack/ContinuousTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Knapsack/ItemTest.php b/tests/Algorithm/Knapsack/ItemTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Maze/MazeGeneratorTest.php b/tests/Algorithm/Maze/MazeGeneratorTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/PathFinding/AStarNodeTest.php b/tests/Algorithm/PathFinding/AStarNodeTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/PathFinding/AStarTest.php b/tests/Algorithm/PathFinding/AStarTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/PathFinding/GridTest.php b/tests/Algorithm/PathFinding/GridTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/PathFinding/HeuristicTest.php b/tests/Algorithm/PathFinding/HeuristicTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/PathFinding/JumpPointNodeTest.php b/tests/Algorithm/PathFinding/JumpPointNodeTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/PathFinding/JumpPointSearchTest.php b/tests/Algorithm/PathFinding/JumpPointSearchTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/PathFinding/NodeTest.php b/tests/Algorithm/PathFinding/NodeTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/PathFinding/PathTest.php b/tests/Algorithm/PathFinding/PathTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/BitonicSortTest.php b/tests/Algorithm/Sort/BitonicSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/BubbleSortTest.php b/tests/Algorithm/Sort/BubbleSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/BucketSortTest.php b/tests/Algorithm/Sort/BucketSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/CocktailShakerSortTest.php b/tests/Algorithm/Sort/CocktailShakerSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/CombSortTest.php b/tests/Algorithm/Sort/CombSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/CycleSortTest.php b/tests/Algorithm/Sort/CycleSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/GnomeSortTest.php b/tests/Algorithm/Sort/GnomeSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/HeapSortTest.php b/tests/Algorithm/Sort/HeapSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/InsertionSortTest.php b/tests/Algorithm/Sort/InsertionSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/IntroSortTest.php b/tests/Algorithm/Sort/IntroSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/MergeSortTest.php b/tests/Algorithm/Sort/MergeSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/NumericElement.php b/tests/Algorithm/Sort/NumericElement.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/OddEvenSortTest.php b/tests/Algorithm/Sort/OddEvenSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/PancakeSortTest.php b/tests/Algorithm/Sort/PancakeSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/QuickSortTest.php b/tests/Algorithm/Sort/QuickSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/SelectionSortTest.php b/tests/Algorithm/Sort/SelectionSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/ShellSortTest.php b/tests/Algorithm/Sort/ShellSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/StoogeSortTest.php b/tests/Algorithm/Sort/StoogeSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Algorithm/Sort/TimSortTest.php b/tests/Algorithm/Sort/TimSortTest.php old mode 100644 new mode 100755 diff --git a/tests/Application/ApplicationAbstractTest.php b/tests/Application/ApplicationAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Application/ApplicationInfoTest.php b/tests/Application/ApplicationInfoTest.php old mode 100644 new mode 100755 diff --git a/tests/Application/ApplicationManagerTest.php b/tests/Application/ApplicationManagerTest.php old mode 100644 new mode 100755 diff --git a/tests/Application/InstallerAbstractTest.php b/tests/Application/InstallerAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Application/MissingInfo/Admin/Installer.php b/tests/Application/MissingInfo/Admin/Installer.php old mode 100644 new mode 100755 diff --git a/tests/Application/MissingInstaller/info.json b/tests/Application/MissingInstaller/info.json old mode 100644 new mode 100755 diff --git a/tests/Application/StatusAbstractTest.php b/tests/Application/StatusAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Application/Testapp/Admin/Install/Application/Hooks.php b/tests/Application/Testapp/Admin/Install/Application/Hooks.php old mode 100644 new mode 100755 diff --git a/tests/Application/Testapp/Admin/Install/Application/Routes.php b/tests/Application/Testapp/Admin/Install/Application/Routes.php old mode 100644 new mode 100755 diff --git a/tests/Application/Testapp/Admin/Install/db.json b/tests/Application/Testapp/Admin/Install/db.json old mode 100644 new mode 100755 diff --git a/tests/Application/Testapp/Admin/Installer.php b/tests/Application/Testapp/Admin/Installer.php old mode 100644 new mode 100755 diff --git a/tests/Application/Testapp/Admin/Status.php b/tests/Application/Testapp/Admin/Status.php old mode 100644 new mode 100755 diff --git a/tests/Application/Testapp/Admin/Uninstaller.php b/tests/Application/Testapp/Admin/Uninstaller.php old mode 100644 new mode 100755 diff --git a/tests/Application/Testapp/Controller/Controller.php b/tests/Application/Testapp/Controller/Controller.php old mode 100644 new mode 100755 diff --git a/tests/Application/Testapp/css/styles.css b/tests/Application/Testapp/css/styles.css old mode 100644 new mode 100755 diff --git a/tests/Application/UninstallerAbstractTest.php b/tests/Application/UninstallerAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Application/db.json b/tests/Application/db.json old mode 100644 new mode 100755 diff --git a/tests/Asset/AssetManagerTest.php b/tests/Asset/AssetManagerTest.php old mode 100644 new mode 100755 diff --git a/tests/Asset/AssetTypeTest.php b/tests/Asset/AssetTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php old mode 100644 new mode 100755 diff --git a/tests/Auth/LoginReturnTypeTest.php b/tests/Auth/LoginReturnTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/AutoloadExceptionTest.php b/tests/AutoloadExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/Autoloader.php b/tests/Autoloader.php old mode 100644 new mode 100755 diff --git a/tests/AutoloaderTest.php b/tests/AutoloaderTest.php old mode 100644 new mode 100755 diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php old mode 100644 new mode 100755 diff --git a/tests/Business/Finance/DepreciationTest.php b/tests/Business/Finance/DepreciationTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Finance/FinanceFormulasTest.php b/tests/Business/Finance/FinanceFormulasTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Finance/LoanTest.php b/tests/Business/Finance/LoanTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Finance/LorenzkurveTest.php b/tests/Business/Finance/LorenzkurveTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Finance/StockBondsTest.php b/tests/Business/Finance/StockBondsTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Marketing/ArticleCorrelationAffinityTest.php b/tests/Business/Marketing/ArticleCorrelationAffinityTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Marketing/CustomerValueTest.php b/tests/Business/Marketing/CustomerValueTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Marketing/MetricsTest.php b/tests/Business/Marketing/MetricsTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Marketing/NetPromoterScoreTest.php b/tests/Business/Marketing/NetPromoterScoreTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Marketing/PageRankTest.php b/tests/Business/Marketing/PageRankTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Programming/MetricsTest.php b/tests/Business/Programming/MetricsTest.php old mode 100644 new mode 100755 diff --git a/tests/Business/Sales/MarketShareEstimationTest.php b/tests/Business/Sales/MarketShareEstimationTest.php old mode 100644 new mode 100755 diff --git a/tests/Config/OptionsTraitTest.php b/tests/Config/OptionsTraitTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/CachePoolTest.php b/tests/DataStorage/Cache/CachePoolTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/CacheStatusTest.php b/tests/DataStorage/Cache/CacheStatusTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/CacheTypeTest.php b/tests/DataStorage/Cache/CacheTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php b/tests/DataStorage/Cache/Connection/CacheValueTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Cache/Connection/ConnectionFactoryTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php b/tests/DataStorage/Cache/Connection/FileCacheJsonSerializable.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/Connection/FileCacheTest.php b/tests/DataStorage/Cache/Connection/FileCacheTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/Connection/MemCachedTest.php b/tests/DataStorage/Cache/Connection/MemCachedTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/Connection/NullCacheTest.php b/tests/DataStorage/Cache/Connection/NullCacheTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/Connection/RedisCacheTest.php b/tests/DataStorage/Cache/Connection/RedisCacheTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Cache/Exception/InvalidConnectionConfigExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Cookie/CookieJarTest.php b/tests/DataStorage/Cookie/CookieJarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php b/tests/DataStorage/Database/Connection/ConnectionFactoryTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Connection/MysqlConnectionTest.php b/tests/DataStorage/Database/Connection/MysqlConnectionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Connection/NullConnectionTest.php b/tests/DataStorage/Database/Connection/NullConnectionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Connection/PostgresConnectionTest.php b/tests/DataStorage/Database/Connection/PostgresConnectionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php b/tests/DataStorage/Database/Connection/SQLiteConnectionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php b/tests/DataStorage/Database/Connection/SqlServerConnectionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/DataMapperAbstractTest.php b/tests/DataStorage/Database/DataMapperAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/DatabasePoolTest.php b/tests/DataStorage/Database/DatabasePoolTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/DatabaseStatusTest.php b/tests/DataStorage/Database/DatabaseStatusTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/DatabaseTypeTest.php b/tests/DataStorage/Database/DatabaseTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidConnectionConfigExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidDatabaseTypeExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php b/tests/DataStorage/Database/Exception/InvalidMapperExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/BuilderTest.php b/tests/DataStorage/Database/Query/BuilderTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/ColumnTest.php b/tests/DataStorage/Database/Query/ColumnTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/CountTest.php b/tests/DataStorage/Database/Query/CountTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/ExpressionTest.php b/tests/DataStorage/Database/Query/ExpressionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/FromTest.php b/tests/DataStorage/Database/Query/FromTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/Grammar/GrammarTest.php b/tests/DataStorage/Database/Query/Grammar/GrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/MysqlGrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/OracleGrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/PostgresGrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SQLiteGrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Query/Grammar/SqlServerGrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/IntoTest.php b/tests/DataStorage/Database/Query/IntoTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/JoinTypeTest.php b/tests/DataStorage/Database/Query/JoinTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/QueryTypeTest.php b/tests/DataStorage/Database/Query/QueryTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/SelectTest.php b/tests/DataStorage/Database/Query/SelectTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Query/WhereTest.php b/tests/DataStorage/Database/Query/WhereTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/RelationTypeTest.php b/tests/DataStorage/Database/RelationTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Schema/BuilderTest.php b/tests/DataStorage/Database/Schema/BuilderTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/GrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/MysqlGrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/OracleGrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/PostgresGrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SQLiteGrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php b/tests/DataStorage/Database/Schema/Grammar/SqlServerGrammarTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/Schema/QueryTypeTest.php b/tests/DataStorage/Database/Schema/QueryTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Database/SchemaMapperTest.php b/tests/DataStorage/Database/SchemaMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/LockExceptionTest.php b/tests/DataStorage/LockExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Session/FileSessionHandlerTest.php b/tests/DataStorage/Session/FileSessionHandlerTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Session/FileSessionTest.php b/tests/DataStorage/Session/FileSessionTest.php old mode 100644 new mode 100755 diff --git a/tests/DataStorage/Session/HttpSessionTest.php b/tests/DataStorage/Session/HttpSessionTest.php old mode 100644 new mode 100755 diff --git a/tests/Dispatcher/DispatcherTest.php b/tests/Dispatcher/DispatcherTest.php old mode 100644 new mode 100755 diff --git a/tests/Event/EventManagerTest.php b/tests/Event/EventManagerTest.php old mode 100644 new mode 100755 diff --git a/tests/ExtensionTest.php b/tests/ExtensionTest.php old mode 100644 new mode 100755 diff --git a/tests/Image/KernelTest.php b/tests/Image/KernelTest.php old mode 100644 new mode 100755 diff --git a/tests/Image/SkewTest.php b/tests/Image/SkewTest.php old mode 100644 new mode 100755 diff --git a/tests/Image/ThresholdingTest.php b/tests/Image/ThresholdingTest.php old mode 100644 new mode 100755 diff --git a/tests/Image/binary_tilted.png b/tests/Image/binary_tilted.png old mode 100644 new mode 100755 diff --git a/tests/Image/img1.png b/tests/Image/img1.png old mode 100644 new mode 100755 diff --git a/tests/Image/img2.jpg b/tests/Image/img2.jpg old mode 100644 new mode 100755 diff --git a/tests/Image/test_binary_untilted.png b/tests/Image/test_binary_untilted.png old mode 100644 new mode 100755 diff --git a/tests/Image/test_img1_blur.png b/tests/Image/test_img1_blur.png old mode 100644 new mode 100755 diff --git a/tests/Image/test_img1_emboss.png b/tests/Image/test_img1_emboss.png old mode 100644 new mode 100755 diff --git a/tests/Image/test_img1_integral_thresholding.png b/tests/Image/test_img1_integral_thresholding.png old mode 100644 new mode 100755 diff --git a/tests/Image/test_img1_sharpen.png b/tests/Image/test_img1_sharpen.png old mode 100644 new mode 100755 diff --git a/tests/Image/test_img2_integral_thresholding.jpg b/tests/Image/test_img2_integral_thresholding.jpg old mode 100644 new mode 100755 diff --git a/tests/Localization/Defaults/CityMapperTest.php b/tests/Localization/Defaults/CityMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/Defaults/CityTest.php b/tests/Localization/Defaults/CityTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/Defaults/CountryMapperTest.php b/tests/Localization/Defaults/CountryMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/Defaults/CountryTest.php b/tests/Localization/Defaults/CountryTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/Defaults/CurrencyMapperTest.php b/tests/Localization/Defaults/CurrencyMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/Defaults/CurrencyTest.php b/tests/Localization/Defaults/CurrencyTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/Defaults/IbanMapperTest.php b/tests/Localization/Defaults/IbanMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/Defaults/IbanTest.php b/tests/Localization/Defaults/IbanTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/Defaults/LanguageMapperTest.php b/tests/Localization/Defaults/LanguageMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/Defaults/LanguageTest.php b/tests/Localization/Defaults/LanguageTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO3166CharEnumTest.php b/tests/Localization/ISO3166CharEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO3166NameEnumTest.php b/tests/Localization/ISO3166NameEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO3166NumEnumTest.php b/tests/Localization/ISO3166NumEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO3166TwoEnumTest.php b/tests/Localization/ISO3166TwoEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO4217CharEnumTest.php b/tests/Localization/ISO4217CharEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO4217DecimalEnumTest.php b/tests/Localization/ISO4217DecimalEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO4217EnumTest.php b/tests/Localization/ISO4217EnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO4217NumEnumTest.php b/tests/Localization/ISO4217NumEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO4217SubUnitEnumTest.php b/tests/Localization/ISO4217SubUnitEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO4217SymbolEnumTest.php b/tests/Localization/ISO4217SymbolEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO639EnumTest.php b/tests/Localization/ISO639EnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO639x1EnumTest.php b/tests/Localization/ISO639x1EnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO639x2EnumTest.php b/tests/Localization/ISO639x2EnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/ISO8601EnumArrayTest.php b/tests/Localization/ISO8601EnumArrayTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/L11nManagerTest.php b/tests/Localization/L11nManagerTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/LocalizationTest.php b/tests/Localization/LocalizationTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/MoneyTest.php b/tests/Localization/MoneyTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/PhoneEnumTest.php b/tests/Localization/PhoneEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/TimeZoneEnumArrayTest.php b/tests/Localization/TimeZoneEnumArrayTest.php old mode 100644 new mode 100755 diff --git a/tests/Localization/multiLangTestFile.php b/tests/Localization/multiLangTestFile.php old mode 100644 new mode 100755 diff --git a/tests/Log/FileLoggerTest.php b/tests/Log/FileLoggerTest.php old mode 100644 new mode 100755 diff --git a/tests/Log/LogLevelTest.php b/tests/Log/LogLevelTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Exception/ZeroDevisionExceptionTest.php b/tests/Math/Exception/ZeroDevisionExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Functions/BetaTest.php b/tests/Math/Functions/BetaTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Functions/FibonacciTest.php b/tests/Math/Functions/FibonacciTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Functions/FunctionsTest.php b/tests/Math/Functions/FunctionsTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Functions/GammaTest.php b/tests/Math/Functions/GammaTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php b/tests/Math/Geometry/ConvexHull/MonotoneChainTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D2/CircleTest.php b/tests/Math/Geometry/Shape/D2/CircleTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D2/EllipseTest.php b/tests/Math/Geometry/Shape/D2/EllipseTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D2/PolygonTest.php b/tests/Math/Geometry/Shape/D2/PolygonTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php b/tests/Math/Geometry/Shape/D2/QuadrilateralTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D2/RectangleTest.php b/tests/Math/Geometry/Shape/D2/RectangleTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D2/TrapezoidTest.php b/tests/Math/Geometry/Shape/D2/TrapezoidTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D2/TriangleTest.php b/tests/Math/Geometry/Shape/D2/TriangleTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D3/ConeTest.php b/tests/Math/Geometry/Shape/D3/ConeTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D3/CuboidTest.php b/tests/Math/Geometry/Shape/D3/CuboidTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D3/CylinderTest.php b/tests/Math/Geometry/Shape/D3/CylinderTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D3/PrismTest.php b/tests/Math/Geometry/Shape/D3/PrismTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php b/tests/Math/Geometry/Shape/D3/RectangularPyramidTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D3/SphereTest.php b/tests/Math/Geometry/Shape/D3/SphereTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Geometry/Shape/D3/TetrahedronTest.php b/tests/Math/Geometry/Shape/D3/TetrahedronTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Matrix/CholeskyDecompositionTest.php b/tests/Math/Matrix/CholeskyDecompositionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Matrix/EigenvalueDecompositionTest.php b/tests/Math/Matrix/EigenvalueDecompositionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php b/tests/Math/Matrix/Exception/InvalidDimensionExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Matrix/IdentityMatrixTest.php b/tests/Math/Matrix/IdentityMatrixTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Matrix/LUDecompositionTest.php b/tests/Math/Matrix/LUDecompositionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Matrix/MatrixTest.php b/tests/Math/Matrix/MatrixTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Matrix/QRDecompositionTest.php b/tests/Math/Matrix/QRDecompositionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Matrix/VectorTest.php b/tests/Math/Matrix/VectorTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Number/ComplexTest.php b/tests/Math/Number/ComplexTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Number/IntegerTest.php b/tests/Math/Number/IntegerTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Number/NaturalTest.php b/tests/Math/Number/NaturalTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Number/NumberTypeTest.php b/tests/Math/Number/NumberTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Number/NumbersTest.php b/tests/Math/Number/NumbersTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Number/PrimeTest.php b/tests/Math/Number/PrimeTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Numerics/IntegrationTest.php b/tests/Math/Numerics/IntegrationTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php b/tests/Math/Numerics/Interpolation/CubicSplineInterpolationTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php b/tests/Math/Numerics/Interpolation/LagrangeInterpolationTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php b/tests/Math/Numerics/Interpolation/LinearInterpolationTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Parser/EvaluatorTest.php b/tests/Math/Parser/EvaluatorTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/AverageTest.php b/tests/Math/Statistic/AverageTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/BasicTest.php b/tests/Math/Statistic/BasicTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/CorrelationTest.php b/tests/Math/Statistic/CorrelationTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/Forecast/ErrorTest.php b/tests/Math/Statistic/Forecast/ErrorTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/Forecast/ForecastsTest.php b/tests/Math/Statistic/Forecast/ForecastsTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLevelRegressionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LevelLogRegressionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLevelRegressionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/LogLogRegressionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php b/tests/Math/Statistic/Forecast/Regression/PolynomialRegressionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Statistic/MeasureOfDispersionTest.php b/tests/Math/Statistic/MeasureOfDispersionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php b/tests/Math/Stochastic/Distribution/BernoulliDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/BetaDistributionTest.php b/tests/Math/Stochastic/Distribution/BetaDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php b/tests/Math/Stochastic/Distribution/BinomialDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php b/tests/Math/Stochastic/Distribution/CauchyDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php b/tests/Math/Stochastic/Distribution/ChiSquaredDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php b/tests/Math/Stochastic/Distribution/ExponentialDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/FDistributionTest.php b/tests/Math/Stochastic/Distribution/FDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/GammaDistributionTest.php b/tests/Math/Stochastic/Distribution/GammaDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/GeometricDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php b/tests/Math/Stochastic/Distribution/HypergeometricDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php b/tests/Math/Stochastic/Distribution/LaplaceDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/LogDistributionTest.php b/tests/Math/Stochastic/Distribution/LogDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php b/tests/Math/Stochastic/Distribution/LogNormalDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php b/tests/Math/Stochastic/Distribution/LogisticDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/NormalDistributionTest.php b/tests/Math/Stochastic/Distribution/NormalDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php b/tests/Math/Stochastic/Distribution/ParetoDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php b/tests/Math/Stochastic/Distribution/PoissonDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/TDistributionTest.php b/tests/Math/Stochastic/Distribution/TDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionContinuousTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php b/tests/Math/Stochastic/Distribution/UniformDistributionDiscreteTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php b/tests/Math/Stochastic/Distribution/WeibullDistributionTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/Distribution/ZTestTest.php b/tests/Math/Stochastic/Distribution/ZTestTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Stochastic/NaiveBayesClassifierTest.php b/tests/Math/Stochastic/NaiveBayesClassifierTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Topology/Metrics2DTest.php b/tests/Math/Topology/Metrics2DTest.php old mode 100644 new mode 100755 diff --git a/tests/Math/Topology/MetricsNDTest.php b/tests/Math/Topology/MetricsNDTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Console/ConsoleHeaderTest.php b/tests/Message/Console/ConsoleHeaderTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Console/ConsoleRequestTest.php b/tests/Message/Console/ConsoleRequestTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Console/ConsoleResponseTest.php b/tests/Message/Console/ConsoleResponseTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/HeaderAbstractTest.php b/tests/Message/HeaderAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Http/BrowserTypeTest.php b/tests/Message/Http/BrowserTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Http/HttpHeaderTest.php b/tests/Message/Http/HttpHeaderTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Http/HttpRequestPost.php b/tests/Message/Http/HttpRequestPost.php old mode 100644 new mode 100755 diff --git a/tests/Message/Http/HttpRequestTest.php b/tests/Message/Http/HttpRequestTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Http/HttpResponseTest.php b/tests/Message/Http/HttpResponseTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Http/OSTypeTest.php b/tests/Message/Http/OSTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Http/RequestMethodTest.php b/tests/Message/Http/RequestMethodTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Http/RequestStatusCodeTest.php b/tests/Message/Http/RequestStatusCodeTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Http/RequestStatusTest.php b/tests/Message/Http/RequestStatusTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Http/RestTest.php b/tests/Message/Http/RestTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Mail/EmailTest.php b/tests/Message/Mail/EmailTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Mail/ImapTest.php b/tests/Message/Mail/ImapTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Mail/MailHandlerMailTrait.php b/tests/Message/Mail/MailHandlerMailTrait.php old mode 100644 new mode 100755 diff --git a/tests/Message/Mail/MailHandlerSendmailTrait.php b/tests/Message/Mail/MailHandlerSendmailTrait.php old mode 100644 new mode 100755 diff --git a/tests/Message/Mail/MailHandlerSmtpTrait.php b/tests/Message/Mail/MailHandlerSmtpTrait.php old mode 100644 new mode 100755 diff --git a/tests/Message/Mail/MailHandlerTest.php b/tests/Message/Mail/MailHandlerTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Mail/Pop3Test.php b/tests/Message/Mail/Pop3Test.php old mode 100644 new mode 100755 diff --git a/tests/Message/RequestAbstractTest.php b/tests/Message/RequestAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/ResponseAbstractTest.php b/tests/Message/ResponseAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Socket/HeaderTest.php b/tests/Message/Socket/HeaderTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Socket/PacketManagerTest.php b/tests/Message/Socket/PacketManagerTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Socket/PacketTypeTest.php b/tests/Message/Socket/PacketTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Socket/RequestTest.php b/tests/Message/Socket/RequestTest.php old mode 100644 new mode 100755 diff --git a/tests/Message/Socket/ResponseTest.php b/tests/Message/Socket/ResponseTest.php old mode 100644 new mode 100755 diff --git a/tests/Model/Html/FormElementGeneratorTest.php b/tests/Model/Html/FormElementGeneratorTest.php old mode 100644 new mode 100755 diff --git a/tests/Model/Html/HeadTest.php b/tests/Model/Html/HeadTest.php old mode 100644 new mode 100755 diff --git a/tests/Model/Html/MetaTest.php b/tests/Model/Html/MetaTest.php old mode 100644 new mode 100755 diff --git a/tests/Model/Message/DomActionTest.php b/tests/Model/Message/DomActionTest.php old mode 100644 new mode 100755 diff --git a/tests/Model/Message/DomTest.php b/tests/Model/Message/DomTest.php old mode 100644 new mode 100755 diff --git a/tests/Model/Message/FormValidationTest.php b/tests/Model/Message/FormValidationTest.php old mode 100644 new mode 100755 diff --git a/tests/Model/Message/NotifyTest.php b/tests/Model/Message/NotifyTest.php old mode 100644 new mode 100755 diff --git a/tests/Model/Message/NotifyTypeTest.php b/tests/Model/Message/NotifyTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Model/Message/RedirectTest.php b/tests/Model/Message/RedirectTest.php old mode 100644 new mode 100755 diff --git a/tests/Model/Message/ReloadTest.php b/tests/Model/Message/ReloadTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/Exception/InvalidModuleExceptionTest.php b/tests/Module/Exception/InvalidModuleExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/Exception/InvalidThemeExceptionTest.php b/tests/Module/Exception/InvalidThemeExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/InstallerAbstractTest.php b/tests/Module/InstallerAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/ModuleAbstractTest.php b/tests/Module/ModuleAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/ModuleInfoTest.php b/tests/Module/ModuleInfoTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/ModuleManagerTest.php b/tests/Module/ModuleManagerTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/NullModuleTest.php b/tests/Module/NullModuleTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/PackageManagerTest.php b/tests/Module/PackageManagerTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/StatusAbstractTest.php b/tests/Module/StatusAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php b/tests/Module/Test/Theme/Mytheme/Lang/en.lang.php old mode 100644 new mode 100755 diff --git a/tests/Module/UninstallerAbstractTest.php b/tests/Module/UninstallerAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Module/testPackage/testSubPackage/run.php b/tests/Module/testPackage/testSubPackage/run.php old mode 100644 new mode 100755 diff --git a/tests/PreloaderTest.php b/tests/PreloaderTest.php old mode 100644 new mode 100755 diff --git a/tests/Router/RouteVerbTest.php b/tests/Router/RouteVerbTest.php old mode 100644 new mode 100755 diff --git a/tests/Router/SocketRouterTest.php b/tests/Router/SocketRouterTest.php old mode 100644 new mode 100755 diff --git a/tests/Router/WebRouterTest.php b/tests/Router/WebRouterTest.php old mode 100644 new mode 100755 diff --git a/tests/Security/PhpCodeTest.php b/tests/Security/PhpCodeTest.php old mode 100644 new mode 100755 diff --git a/tests/Socket/Client/ClientConnectionTest.php b/tests/Socket/Client/ClientConnectionTest.php old mode 100644 new mode 100755 diff --git a/tests/Socket/Client/ClientTest.php b/tests/Socket/Client/ClientTest.php old mode 100644 new mode 100755 diff --git a/tests/Socket/Client/NullClientConnectionTest.php b/tests/Socket/Client/NullClientConnectionTest.php old mode 100644 new mode 100755 diff --git a/tests/Socket/Server/ClientManagerTest.php b/tests/Socket/Server/ClientManagerTest.php old mode 100644 new mode 100755 diff --git a/tests/Socket/Server/ServerTest.php b/tests/Socket/Server/ServerTest.php old mode 100644 new mode 100755 diff --git a/tests/Socket/Server/ServerTestHelper.php b/tests/Socket/Server/ServerTestHelper.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/AddressTest.php b/tests/Stdlib/Base/AddressTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/AddressTypeTest.php b/tests/Stdlib/Base/AddressTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/EnumArrayTest.php b/tests/Stdlib/Base/EnumArrayTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/EnumDemo.php b/tests/Stdlib/Base/EnumDemo.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/EnumTest.php b/tests/Stdlib/Base/EnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php b/tests/Stdlib/Base/Exception/InvalidEnumNameTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php b/tests/Stdlib/Base/Exception/InvalidEnumValueTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/HeapTest.php b/tests/Stdlib/Base/HeapTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/IbanTest.php b/tests/Stdlib/Base/IbanTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/LocationTest.php b/tests/Stdlib/Base/LocationTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/NullLocationTest.php b/tests/Stdlib/Base/NullLocationTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/PhoneTypeTest.php b/tests/Stdlib/Base/PhoneTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Base/SmartDateTimeTest.php b/tests/Stdlib/Base/SmartDateTimeTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Graph/BinaryTreeTest.php b/tests/Stdlib/Graph/BinaryTreeTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Graph/EdgeTest.php b/tests/Stdlib/Graph/EdgeTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Graph/GraphTest.php b/tests/Stdlib/Graph/GraphTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Graph/NodeTest.php b/tests/Stdlib/Graph/NodeTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Graph/TreeTest.php b/tests/Stdlib/Graph/TreeTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Map/KeyTypeTest.php b/tests/Stdlib/Map/KeyTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Map/MultiMapTest.php b/tests/Stdlib/Map/MultiMapTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Map/OrderTypeTest.php b/tests/Stdlib/Map/OrderTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Queue/PriorityModeTest.php b/tests/Stdlib/Queue/PriorityModeTest.php old mode 100644 new mode 100755 diff --git a/tests/Stdlib/Queue/PriorityQueueTest.php b/tests/Stdlib/Queue/PriorityQueueTest.php old mode 100644 new mode 100755 diff --git a/tests/System/CharsetTypeTest.php b/tests/System/CharsetTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/ContentPutModeTest.php b/tests/System/File/ContentPutModeTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/ExtensionTypeTest.php b/tests/System/File/ExtensionTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/FileUtilsTest.php b/tests/System/File/FileUtilsTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/Ftp/DirectoryTest.php b/tests/System/File/Ftp/DirectoryTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/Ftp/FileTest.php b/tests/System/File/Ftp/FileTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/Ftp/FtpStorageTest.php b/tests/System/File/Ftp/FtpStorageTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/Local/DirectoryTest.php b/tests/System/File/Local/DirectoryTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/Local/FileTest.php b/tests/System/File/Local/FileTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/Local/LocalStorageTest.php b/tests/System/File/Local/LocalStorageTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/Local/dirtest/sub/path/test3.txt b/tests/System/File/Local/dirtest/sub/path/test3.txt old mode 100644 new mode 100755 diff --git a/tests/System/File/Local/dirtest/sub/test2.txt b/tests/System/File/Local/dirtest/sub/test2.txt old mode 100644 new mode 100755 diff --git a/tests/System/File/Local/dirtest/sub/test4.md b/tests/System/File/Local/dirtest/sub/test4.md old mode 100644 new mode 100755 diff --git a/tests/System/File/Local/dirtest/test.txt b/tests/System/File/Local/dirtest/test.txt old mode 100644 new mode 100755 diff --git a/tests/System/File/PathExceptionTest.php b/tests/System/File/PathExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/PermissionExceptionTest.php b/tests/System/File/PermissionExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/System/File/StorageTest.php b/tests/System/File/StorageTest.php old mode 100644 new mode 100755 diff --git a/tests/System/MimeTypeTest.php b/tests/System/MimeTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/System/OperatingSystemTest.php b/tests/System/OperatingSystemTest.php old mode 100644 new mode 100755 diff --git a/tests/System/Search/StringSearchTest.php b/tests/System/Search/StringSearchTest.php old mode 100644 new mode 100755 diff --git a/tests/System/SystemTypeTest.php b/tests/System/SystemTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/System/SystemUtilsTest.php b/tests/System/SystemUtilsTest.php old mode 100644 new mode 100755 diff --git a/tests/UnhandledHandlerTest.php b/tests/UnhandledHandlerTest.php old mode 100644 new mode 100755 diff --git a/tests/Uri/ArgumentTest.php b/tests/Uri/ArgumentTest.php old mode 100644 new mode 100755 diff --git a/tests/Uri/HttpUriTest.php b/tests/Uri/HttpUriTest.php old mode 100644 new mode 100755 diff --git a/tests/Uri/InvalidUriExceptionTest.php b/tests/Uri/InvalidUriExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/Uri/UriFactoryTest.php b/tests/Uri/UriFactoryTest.php old mode 100644 new mode 100755 diff --git a/tests/Uri/UriSchemeTest.php b/tests/Uri/UriSchemeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/ArrayUtilsTest.php b/tests/Utils/ArrayUtilsTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/AztecTest.php b/tests/Utils/Barcode/AztecTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/C128AbstractTest.php b/tests/Utils/Barcode/C128AbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/C128aTest.php b/tests/Utils/Barcode/C128aTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/C128bTest.php b/tests/Utils/Barcode/C128bTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/C128cTest.php b/tests/Utils/Barcode/C128cTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/C25Test.php b/tests/Utils/Barcode/C25Test.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/C39Test.php b/tests/Utils/Barcode/C39Test.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/CodebarTest.php b/tests/Utils/Barcode/CodebarTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/DatamatrixTest.php b/tests/Utils/Barcode/DatamatrixTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/HIBCCTest.php b/tests/Utils/Barcode/HIBCCTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/OrientationTypeTest.php b/tests/Utils/Barcode/OrientationTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/QRTest.php b/tests/Utils/Barcode/QRTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c128a.jpg b/tests/Utils/Barcode/c128a.jpg old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c128a.png b/tests/Utils/Barcode/c128a.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c128a_vertical.png b/tests/Utils/Barcode/c128a_vertical.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c128b.jpg b/tests/Utils/Barcode/c128b.jpg old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c128b.png b/tests/Utils/Barcode/c128b.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c128b_vertical.png b/tests/Utils/Barcode/c128b_vertical.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c128c.jpg b/tests/Utils/Barcode/c128c.jpg old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c128c.png b/tests/Utils/Barcode/c128c.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c128c_vertical.png b/tests/Utils/Barcode/c128c_vertical.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c25.jpg b/tests/Utils/Barcode/c25.jpg old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c25.png b/tests/Utils/Barcode/c25.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c25_vertical.png b/tests/Utils/Barcode/c25_vertical.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c39.jpg b/tests/Utils/Barcode/c39.jpg old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c39.png b/tests/Utils/Barcode/c39.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/c39_vertical.png b/tests/Utils/Barcode/c39_vertical.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/ccodebar_vertical.png b/tests/Utils/Barcode/ccodebar_vertical.png old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/codebar.jpg b/tests/Utils/Barcode/codebar.jpg old mode 100644 new mode 100755 diff --git a/tests/Utils/Barcode/codebar.png b/tests/Utils/Barcode/codebar.png old mode 100644 new mode 100755 diff --git a/tests/Utils/ColorUtilsTest.php b/tests/Utils/ColorUtilsTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Compression/LZWTest.php b/tests/Utils/Compression/LZWTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/AngleTypeTest.php b/tests/Utils/Converter/AngleTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/AreaTypeTest.php b/tests/Utils/Converter/AreaTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/CurrencyTest.php b/tests/Utils/Converter/CurrencyTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/EnergyPowerTypeTest.php b/tests/Utils/Converter/EnergyPowerTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/FileSizeTypeTest.php b/tests/Utils/Converter/FileSizeTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/FileTest.php b/tests/Utils/Converter/FileTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/IpTest.php b/tests/Utils/Converter/IpTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/LengthTypeTest.php b/tests/Utils/Converter/LengthTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/MeasurementTest.php b/tests/Utils/Converter/MeasurementTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/NumericTest.php b/tests/Utils/Converter/NumericTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/PressureTypeTest.php b/tests/Utils/Converter/PressureTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/SpeedTypeTest.php b/tests/Utils/Converter/SpeedTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/TemperatureTypeTest.php b/tests/Utils/Converter/TemperatureTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/TimeTypeTest.php b/tests/Utils/Converter/TimeTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/VolumeTypeTest.php b/tests/Utils/Converter/VolumeTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Converter/WeightTypeTest.php b/tests/Utils/Converter/WeightTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Encoding/CaesarTest.php b/tests/Utils/Encoding/CaesarTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Encoding/GrayTest.php b/tests/Utils/Encoding/GrayTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Encoding/Huffman/DictionaryTest.php b/tests/Utils/Encoding/Huffman/DictionaryTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Encoding/Huffman/HuffmanTest.php b/tests/Utils/Encoding/Huffman/HuffmanTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Encoding/XorEncodingTest.php b/tests/Utils/Encoding/XorEncodingTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Excel/ExcelTest.php b/tests/Utils/Excel/ExcelTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Git/AuthorTest.php b/tests/Utils/Git/AuthorTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Git/BranchTest.php b/tests/Utils/Git/BranchTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Git/CommitTest.php b/tests/Utils/Git/CommitTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Git/GitTest.php b/tests/Utils/Git/GitTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Git/RepositoryTest.php b/tests/Utils/Git/RepositoryTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Git/TagTest.php b/tests/Utils/Git/TagTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Csv/CsvSettingsTest.php b/tests/Utils/IO/Csv/CsvSettingsTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/IODatabaseMapperTest.php b/tests/Utils/IO/IODatabaseMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Json/InvalidJsonExceptionTest.php b/tests/Utils/IO/Json/InvalidJsonExceptionTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php b/tests/Utils/IO/Spreadsheet/SpreadsheetDatabaseMapperTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/GzTest.php b/tests/Utils/IO/Zip/GzTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/TarGzTest.php b/tests/Utils/IO/Zip/TarGzTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/TarTest.php b/tests/Utils/IO/Zip/TarTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/ZipTest.php b/tests/Utils/IO/Zip/ZipTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/malformed.tar b/tests/Utils/IO/Zip/malformed.tar old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/malformed.zip b/tests/Utils/IO/Zip/malformed.zip old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/test a.txt b/tests/Utils/IO/Zip/test a.txt old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/test b.md b/tests/Utils/IO/Zip/test b.md old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/test/sub/test e.txt b/tests/Utils/IO/Zip/test/sub/test e.txt old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/test/test c.txt b/tests/Utils/IO/Zip/test/test c.txt old mode 100644 new mode 100755 diff --git a/tests/Utils/IO/Zip/test/test d.txt b/tests/Utils/IO/Zip/test/test d.txt old mode 100644 new mode 100755 diff --git a/tests/Utils/ImageUtilsTest.php b/tests/Utils/ImageUtilsTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/MbStringUtilsTest.php b/tests/Utils/MbStringUtilsTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/NumericUtilsTest.php b/tests/Utils/NumericUtilsTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/PDF/PdfTest.php b/tests/Utils/PDF/PdfTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Parser/Markdown/MarkdownTest.php b/tests/Utils/Parser/Markdown/MarkdownTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/Parser/Php/ArrayParserTest.php b/tests/Utils/Parser/Php/ArrayParserTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/PermutationTest.php b/tests/Utils/PermutationTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/RnG/ArrayRandomizeTest.php b/tests/Utils/RnG/ArrayRandomizeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/RnG/DateTimeTest.php b/tests/Utils/RnG/DateTimeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/RnG/DistributionTypeTest.php b/tests/Utils/RnG/DistributionTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/RnG/FileTest.php b/tests/Utils/RnG/FileTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/RnG/LinearCongruentialGeneratorTest.php b/tests/Utils/RnG/LinearCongruentialGeneratorTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/RnG/NameTest.php b/tests/Utils/RnG/NameTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/RnG/PhoneTest.php b/tests/Utils/RnG/PhoneTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/RnG/StringUtilsTest.php b/tests/Utils/RnG/StringUtilsTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/RnG/TextTest.php b/tests/Utils/RnG/TextTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/StringCompareTest.php b/tests/Utils/StringCompareTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/StringUtilsTest.php b/tests/Utils/StringUtilsTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/TaskSchedule/CronJobTest.php b/tests/Utils/TaskSchedule/CronJobTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/TaskSchedule/CronTest.php b/tests/Utils/TaskSchedule/CronTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/TaskSchedule/IntervalTest.php b/tests/Utils/TaskSchedule/IntervalTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/TaskSchedule/ScheduleTest.php b/tests/Utils/TaskSchedule/ScheduleTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/TaskSchedule/SchedulerAbstractTest.php b/tests/Utils/TaskSchedule/SchedulerAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/TaskSchedule/SchedulerFactoryTest.php b/tests/Utils/TaskSchedule/SchedulerFactoryTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/TaskSchedule/TaskAbstractTest.php b/tests/Utils/TaskSchedule/TaskAbstractTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/TaskSchedule/TaskFactoryTest.php b/tests/Utils/TaskSchedule/TaskFactoryTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/TaskSchedule/TaskSchedulerTest.php b/tests/Utils/TaskSchedule/TaskSchedulerTest.php old mode 100644 new mode 100755 diff --git a/tests/Utils/TestUtilsTest.php b/tests/Utils/TestUtilsTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/Base/DateTimeTest.php b/tests/Validation/Base/DateTimeTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/Base/JsonTest.php b/tests/Validation/Base/JsonTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/Finance/BICTest.php b/tests/Validation/Finance/BICTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/Finance/CreditCardTest.php b/tests/Validation/Finance/CreditCardTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/Finance/IbanEnumTest.php b/tests/Validation/Finance/IbanEnumTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/Finance/IbanErrorTypeTest.php b/tests/Validation/Finance/IbanErrorTypeTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/Finance/IbanTest.php b/tests/Validation/Finance/IbanTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/Network/EmailTest.php b/tests/Validation/Network/EmailTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/Network/HostnameTest.php b/tests/Validation/Network/HostnameTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/Network/IpTest.php b/tests/Validation/Network/IpTest.php old mode 100644 new mode 100755 diff --git a/tests/Validation/ValidatorTest.php b/tests/Validation/ValidatorTest.php old mode 100644 new mode 100755 diff --git a/tests/Version/VersionTest.php b/tests/Version/VersionTest.php old mode 100644 new mode 100755 diff --git a/tests/Views/PaginationViewTest.php b/tests/Views/PaginationViewTest.php old mode 100644 new mode 100755 diff --git a/tests/Views/ViewTest.php b/tests/Views/ViewTest.php old mode 100644 new mode 100755 diff --git a/tests/Views/testReturnTemplate.tpl.php b/tests/Views/testReturnTemplate.tpl.php old mode 100644 new mode 100755 diff --git a/tests/coverage.xml b/tests/coverage.xml old mode 100644 new mode 100755