Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI4 $db->query() & Model's update() Issue
Post: RE: CI4 $db->query() & Model's update() Issue

All right. Thanks.  :)
2,874 Views
2 Replies
03-27-2021, 09:03 PM
gordonblue
    Thread: CI4 $db->query() & Model's update() Issue
Post: CI4 $db->query() & Model's update() Issue

Dear CI fellows; I'm using CI4.11. I'm not sure is this the correct place to report this... I've found that there is no hints at all for an SQL UPDATE statement when using $db->query('UPDATE...'...
2,874 Views
2 Replies
03-27-2021, 05:14 AM
gordonblue
    Thread: Unit Testing - FeatureTest
Post: RE: Unit Testing - FeatureTest

Hi; I've managed to make it work by changing the below: Code: -- 1) $result = $this->call('get', 'home/index'); 2) Changed in the phpunit.xml - -- Seems like the $path parameter on the ca...
1,606 Views
1 Replies
06-08-2020, 09:14 PM
gordonblue
    Thread: Unit Testing - FeatureTest
Post: Unit Testing - FeatureTest

Hi; I'm new to CI4 Unit testing. I've tried to do a HTTP feature testing (following the CI4 documentation), no matter how I tweak my test code, the return always as below (PageNotFoundException) : ...
1,606 Views
1 Replies
06-04-2020, 11:28 AM
gordonblue

Theme © iAndrew 2016 - Forum software by © MyBB