Exclude tests directory from framework publish

Add 100+ automated unit tests from .expect file specifications
Add session system test
Add rsx:constants:regenerate command test
Add rsx:logrotate command test
Add rsx:clean command test
Add rsx:manifest:stats command test
Add model enum system test
Add model mass assignment prevention test
Add rsx:check command test
Add migrate:status command test

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-25 03:59:58 +00:00
parent 1f32bed10a
commit 29c657f7a7
386 changed files with 203 additions and 0 deletions

3
app/RSpade/Core/Time/Rsx_Date.php Executable file → Normal file
View File

@@ -85,6 +85,9 @@ class Rsx_Date
return null;
}
// .expect file will document expected behaviors
// See Rsx_Date.php.expect for behavioral specifications
/**
* Check if input is a valid date-only value (not datetime)
*

0
app/RSpade/Core/Time/Rsx_DateTime_Cast.php Executable file → Normal file
View File

0
app/RSpade/Core/Time/Rsx_Date_Cast.php Executable file → Normal file
View File

0
app/RSpade/Core/Time/Rsx_Time.php Executable file → Normal file
View File