This repository was archived by the owner on May 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2019 MGatner
3+ Copyright (c) 2019 CodeIgniter Foundation
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 2020define ('WRITEPATH ' , realpath ($ paths ->writableDirectory ) . DIRECTORY_SEPARATOR );
2121define ('SYSTEMPATH ' , realpath ($ paths ->systemDirectory ) . DIRECTORY_SEPARATOR );
2222define ('CIPATH ' , realpath (SYSTEMPATH . '../ ' ) . DIRECTORY_SEPARATOR );
23+ define ('SUPPORTPATH ' , realpath (ROOTPATH . 'tests/_support ' ) . DIRECTORY_SEPARATOR );
2324
2425// Define necessary project test path constants
25- define ('SUPPORTPATH ' , realpath (__DIR__ ) . DIRECTORY_SEPARATOR );
26- define ('TESTPATH ' , realpath (SUPPORTPATH . '../ ' ) . DIRECTORY_SEPARATOR );
26+ define ('PROJECTSUPPORTPATH ' , realpath (__DIR__ ) . DIRECTORY_SEPARATOR );
27+ define ('TESTPATH ' , realpath (PROJECTSUPPORTPATH . '../ ' ) . DIRECTORY_SEPARATOR );
2728
2829// Set environment values that would otherwise stop the framework from functioning during tests.
2930if (! isset ($ _SERVER ['app.baseURL ' ]))
You can’t perform that action at this time.
0 commit comments